@charset "Shift-JIS";



/* リンク設定
------------------------------------------------- */

a:link,
a:visited {
	color: #018155;
	text-decoration: none;
}

a:hover {
	color: #018155;
	text-decoration: underline;
}



/* ボディ
------------------------------------------------- */

body {
	margin: 0;
	background-color: #FFF;
	color: #333333;
	font-family: "メイリオ",'ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0px;
}



/* ヘッダー
------------------------------------------------- */

#header {
	width: 100%;
	min-width: 1000px;
	height: 110px;
	margin: 0 auto;
	position: relative;
	background: url(../img/common/header/h_bg.jpg) repeat-x;
}
#header .inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#header h1 {
	position: absolute;
	top: 10px;
	left: 0;
}
#header ul#navi {
	position: absolute;
	top: 70px;
	left: 0;
}
#header ul#navi li {
	float: left;
}



/* ビジュアル・ページタイトル
------------------------------------------------- */

#visual {
	width: 100%;
	height: 320px;
	background: url(../img/top/visual_bg.jpg) repeat-x;
	margin: 0 auto;
}
#visual .inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#pageTitle {
	width: 100%;
	height: 170px;
	background: url(../img/common/main/pagetitle_bg.jpg) repeat-x;
	margin: 0 auto;
}
#pageTitle .inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#pageTitle .inner img {
	margin-bottom: 3px;
}


/* コンテンツ
------------------------------------------------- */

#contents {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	background: url(../img/common/main/contents_bg.jpg) repeat;
	text-align: left;
}
#contents .inner {
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
}
#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* パンくずリスト */

#bread {
	padding-left: 2px;
	margin-bottom: 10px;
	font-size: 11px;
}

#bread li {
	margin-right: 5px;
	display: inline;
	color: #FFF;
}

#bread li a {
	text-decoration: none;
	color: #FFF;
}



/* メイン
------------------------------------------------- */

#main {
	width: 760px;
	float: right;
}



/* メインコンテンツの共通設定
------------------------------------------------- */


/* 左寄せリンク */

.linkLeft {
	text-align: left;
}

.linkLeft a {
	padding-left: 12px;
	background: url(../img/common/parts/icon_01.png) 0 center no-repeat;
}


/* 右寄せリンク */

.linkRight {
	text-align: right;
	margin-right: 10px;
}

.linkRight a {
	padding-left: 12px;
	background: url(../img/common/parts/icon_01.png) 0 center no-repeat;
}

/* PDFリンク */

div.pdf {
	text-align: left;
	margin: 0 0 5px 0px;
	padding: 3px 0px 3px 23px;
	background: url(../img/common/parts/icon_pdf.gif) 0px no-repeat;
}

div.pdf_r {
	padding: 3px 0px 3px 23px;
	float: right;
	background: url(../img/common/parts/icon_pdf.gif) 0px no-repeat;
}

/* ページ内リンク */


ul.pagelink_02 {
	margin: 0 0 30px 100px;
}
ul.pagelink_02 li {
	float: left;
	margin-right: 50px;
}

ul.pagelink_03 {
	margin: 0 0 30px 50px;
}
ul.pagelink_03 li {
	float: left;
	margin-right: 20px;
}

ul.pagelink_04 {
	margin: 0 0 30px 55px;
}
ul.pagelink_04 li {
	float: left;
	margin-right: 10px;
}

/* ページトップボタン */

.pageTop {
	margin: 0 10px 20px 0;
	text-align: right;
}

/*CSS Sabrosus style pagination*/
div.pagination {
	padding:3px;
	margin: 0px auto 30px auto;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #006DD9;
	background: #FFF;
	text-decoration: none; 
	color: #006DD9;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #006DD9;
	color: #006DD9;
	background-color: #FFF;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #006DD9;
	font-weight: bold;
	background-color: #006DD9;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #006DD9;
	color: #006DD9;
}


/* 見出し
------------------------------------------------- */

h2.img {
	margin-bottom: 10px;
}

h2.h2_01 {
	width: 100%;
	line-height: 30px;
	background: url(../img/common/main/h2_bg.gif) repeat-x;
	color: #FFF;
	font-size: 16px;
	text-indent: 10px;
	font-family:'Hiragino Mincho ProN', serif;
	font-weight: bold;
	margin-bottom: 20px;
}

h3 {
	margin-bottom: 20px;
}

h3.h3_01 {
	width: 100%;
	line-height: 24px;
	background: url(../img/common/main/h3_bg.gif) no-repeat;
	font-family:'Hiragino Mincho ProN', serif;
	font-size: 16px;
	text-indent: 20px;
	margin-bottom: 20px;
}
h3.h3_02 {
	font-size: 16px;
	font-family:'Hiragino Mincho ProN', serif;
	margin-bottom: 10px;
}


h4.h4_01 {
	width: 100%;
	line-height: 30px;
	background: #E2E2E2;
	font-size: 14px;
	text-indent: 10px;
	margin-bottom: 20px;
}
h4.h4_02 {
	font-size: 13px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DFDFDF;
}


/* サイド
------------------------------------------------- */

#side {
	width: 220px;
	float: left;
}
#side a dl.online {
	margin: 0 0 10px 0;
	display: block;
}
#side a dl.online dt {
}
#side a dl.online dd {
	width: 200px;
	border: 1px solid #EBEBEB;
	background: url(../img/common/side/s_bg_01.gif) repeat;
	padding: 9px;
	font-size: 12px;
	color: #333;
}
#side a dl.online dd img {
	margin-bottom: 10px;
}
#side a:hover dl.online dd img {
	filter: alpha( opacity = 60 );
	opacity: 0.6;
}
#side a:hover dl.online dd {
	color: #018155;
}
#side .ttl {
}
#side ul.products {
	margin-bottom: 10px;
}
#side ul.products a li {
	width: 200px;
	height: 45px;
	background: url(../img/common/side/s_bg.gif) no-repeat;
	padding: 5px 10px;
}
#side ul.products a li.end {
	background: url(../img/common/side/s_bg_end.gif) no-repeat;
}
#side ul.products a:hover li {
	filter: alpha( opacity = 80 );
	opacity: 0.8;
}
#side ul.products a li .photo {
	width: 70px;
	float: left;
}
#side ul.products a li dl {
	width: 120px;
	float: left;
	text-align: center;
}
#side ul.products a li dl dt {
	color: #FFF;
	margin-bottom: 10px;
	font-size: 10px;
	padding-top: 2px;
}

/* フッター
------------------------------------------------- */

#footer {
	width: 100%;
	min-width: 1000px;
	height: 60px;
	background: url(../img/common/footer/f_bg.jpg) repeat-x;
}
#footer .inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-top: 15px;
}
#footer dl {
	float: left;
	margin-right: 20px;
}
#footer dl dt {
	color: #FFF;
}
#footer dl dd {
	color: #FFF;
	font-size: 12px;
}
#footer ul {
	float: left;
	margin-right: 20px;
}
#footer ul li {
	color: #FFF;
	font-size: 12px;
}

#footer #copyright {
	float: right;
	color: #FFF;
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 15px;
}