@charset "utf-8";

/* *****************************************
/*+  リセット・基本セッティング  +**********
/***************************************** */

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	color: #888;
	letter-spacing:1.5px;
}
body,
input,
select,
textarea {
/*	font: 13px/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Godthic Pro W3", HiraKakuPro-W3, Osaka, Meiryo,"ＭＳ Ｐゴシック", sans-serif; 以前のもの*/
	font: 12px/1.3 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Godthic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
html {
	overflow-y: scroll;
}
body {
	line-height:1.5;
}
img {
	border: none;
	vertical-align: bottom;
}
table {
	border-collapse:collapse;
}
th {
	text-align: left;
	vertical-align: top;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
	line-height:1.0;
}
ul, ol {
	list-style-type: none;/**/
}
em,
strong,
address {
	font-weight: 400;
	font-style: normal;
}

/* リンクカラー */
a {
	outline: none;
	color: #1083b7;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* チェックボックス・ラジオボタン崩れ用 */
input {
	vertical-align:middle;
}

/* P */
p {
	padding:0 0 20px 0;
	line-height:170%;
}
/* .p moji */
.moji{
	font-size:50px;
}

/* strong */
strong {
	color:#c0181b;
	font-weight:bold;
}

/* 大文字 */
.large {
	font-size:117%;
}

/* 小文字 */
.small {
	font-size:85%;
}

/* 右寄せ */
.right {
	text-align:right;
}

/* センター寄せ */
.center {
	text-align:center;
}

/* strong以外の強調 */
.pointText {
	color:#c0181b;
	font-weight:bold;
}

/* エラー文字 */
.error {
	padding:100px 0;
	text-align:center;
	font-size:200%;
	font-weight:bold;
}


/* 外部リンク
-----------------------------------------------------------*/
.iconSite {
	margin:0 0 5px 0;
}


/* CLEARFIX
-----------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix { 
	display: inline-block;/*IE7・Mac版IE向け */
}
.clearfix { 
	display: block;/*Opera、Safari向け */
}
.clear {
	clear:both;
}


/* 透過用
----------------------------------------------------------*/
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}

/* 画像リンクのhover
----------------------------------------------------------*/
.link a:hover img{
/*モダンブラウザ用*/
opacity:0.7;
/*IE7以下用*/
filter:alpha(opacity=70);
/*IE8用*/
-ms-filter:"alpha(opacity=85)";
}


/* テキストと画像
----------------------------------------------------------*/
.imgBoxL {
	padding:0 20px 10px 0;
	float:left;
}

/* テキストと画像
----------------------------------------------------------*/
.imgBoxR {
	padding:0 0 10px 20px;
	float:right;
}

/* *****************************************
/*+  共通  +********************************
/***************************************** */
/* 全体
----------------------------------------------------------*/


/* gNavi
----------------------------------------------------------*/
#gNavi {
	border:1px solid #e5e2e1;
}
#gNaviBox {
	margin:0 auto;
	width:960px;
}
#gNaviBox:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#gNaviBox {
	display: inline-block;/*IE7・Mac版IE向け */
}
#gNaviBox {
	display: block;/*Opera、Safari向け */
}
#gNaviBox li {
	float:left;
}


/* contents
----------------------------------------------------------*/
#contents {
	border-top:1px solid #e5e2e1;
}
#contentsBox {
	margin:0 auto;
	border-left:1px solid #e5e2e1;
	border-right:1px solid #e5e2e1;
	background:url(../images/common/contents_bg.gif) repeat-y;
	width:960px;
}
#contentsBox:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#contentsBox {
	display: inline-block;/*IE7・Mac版IE向け */
}
#contentsBox {
	display: block;/*Opera、Safari向け */
}


/* side
----------------------------------------------------------*/
#side {
	padding:20px;
	float:left;
	width:240px;
}
#side .bnr {
	padding-bottom:10px;
}

#side .sideTitle {
	padding-bottom:5px;
}


/* sideMenu
----------------------------------------------------------*/
#sideMenu {
	padding:10px;
	background:#e5e2e1;
}
#sideMenu .subTitle {
	margin-bottom:10px;
	padding:0 0 3px 10px;
	border-left:3px solid #c0181b;
}
#sideMenu ul {
	margin-bottom:10px;
}
#sideMenu li {
	padding-bottom:1px;
}


/* main
----------------------------------------------------------*/
#main {
	padding:20px;
	float:right;
	width:640px;
}




/* [DL] style01
----------------------------------------------------------*/
dl.style01 {
	margin: 0 0 20px 20px;
	padding:20px;
	background:#f7f7f7;
}
dl.style01 dt {
	padding:0 0 15px 15px;
	background:url(../images/common/arrow_dt_01.gif) no-repeat 0 4px;
	font-weight:bold;
}
dl.style01 dd {
	margin-bottom:15px;
	padding:0 0 15px 15px;
	border-bottom:1px dotted #898989;
	line-height:180%;
}
dl.style01 dd.last {
	margin-bottom:0;
	padding:0 0 0 15px;
	border:none;
}

/* [DL] style02
----------------------------------------------------------*/
dl.style02 {
	margin-bottom:20px;
	padding: 0 0 0 20px;
}
dl.style02 dt {
	padding:0 0 10px 0;
	border-bottom:1px dotted #898989;
	font-weight:bold;
}
dl.style02 dd {
	margin-bottom:15px;
	padding:10px 0 15px 15px;
	line-height:180%;
}
dl.style02 dd.last {
	margin-bottom:15px;
	padding:10px 0 15px 15px;
	line-height:180%;
}

/* [TABLE] style01
----------------------------------------------------------*/
table.style01 {
	margin-bottom:20px;
	width:100%;
}
table.style01 th {
	padding:10px;
	border-top:1px dotted #d6d6d6;
	border-bottom:1px dotted #d6d6d6;
	background:#f7f7f7;
}
table.style01 td {
	padding:10px;
	border-top:1px dotted #d6d6d6;
	border-bottom:1px dotted #d6d6d6;
}

/* [TABLE] style02
----------------------------------------------------------*/
table.style02 {
	margin-bottom:20px;
	width:100%;
}
table.style02 th {
	padding:7px;
	background:url(../images/common/line.gif) repeat-x bottom;
}
table.style02 td {
	padding:7px;
	background:url(../images/common/line.gif) repeat-x bottom;
}

/* [TABLE] style03
----------------------------------------------------------*/
table.style03 {
	margin-bottom:20px;
	border-collapse: separate;
	border-spacing:1px;
	width:100%;
}
table.style03 th {
	padding:2px 0;
	border-bottom:1px solid #e5e2e1;
	background:#e5e2e1;
	text-align:center;
	font-size:85%;
}
table.style03 td {
	padding:5px;
	border-bottom:1px solid #e5e2e1;
}

/* [TABLE] 共通
----------------------------------------------------------*/
td.submit {
	text-align:center;
}

/* [FORM] 共通
----------------------------------------------------------*/
input {
	padding:3px;
	border:1px solid #ccc;
}
input.short {
	width:150px;
}
input.middle {
	width:250px;
}
input.long {
	width:380px;
}
textarea.message {
	width:400px;
	height:200px;
}
/* 送信ボタン */
input.submit {
	padding:15px;
	border:none;
	background:#c0181b;
	width:150px;
	color:#fff;
	font-size:16px;
}
/* 必須 */
.hissu {
	color:#c0181b;
	font-weight:bold;
}

/* [UL] style01
----------------------------------------------------------*/
ul.style01 {
	margin: 0 0 20px 5px;
}
ul.style01 li {
	padding:0 0 5px 15px;
	background:url(../images/common/arrow_01.gif) no-repeat 2px 4px;
}

/* [UL] style02
----------------------------------------------------------*/
ul.style02 {
	margin: 0 0 20px 5px;
}
ul.style02 li {
	padding:0 0 5px 18px;
	background:url(../images/common/arrow_02.gif) no-repeat 0 2px;
}

/* [UL] style03
----------------------------------------------------------*/
ul.style03 {
	margin: 0 0 20px 5px;
}
ul.style03 li {
	padding:0 0 5px 15px;
	background:url(../images/common/arrow_03.gif) no-repeat 2px 4px;
}

/* [OL] style01
----------------------------------------------------------*/
ol.style01 {
	margin: 0 0 20px 20px;
}
ol.style01 li {
	padding:0 0 5px 0;
	list-style-type:decimal;
}


/* [テキスト] textStyle01
----------------------------------------------------------*/
.textStyle01 {
	margin-bottom:20px;
	padding:20px;
	border:1px solid #d6d6d6;
	background:#f7f7f7;
}
.textStyle01 p {
	margin:0;
	padding:0;
}


/* .背景付テキスト
----------------------------------------------------------*/
.colorBox {
	margin-bottom:20px;
	padding:20px;
	padding-bottom:0;
	background:#f2f2f2;
}





