@charset "utf-8";

body {
	line-height: 1.6;
	color: #454545;
	background: #fdedf1 url(/common/images/body_bg_01.jpg) repeat-x left top;
}

/* 背景画像が重なる場合画像を指定 */
#bodyInner {
	background: transparent url(/common/images/body_bg_02.jpg) no-repeat center top;
}

a {
	color: #ff6699;
	text-decoration: underline;
}

a:link,
a:visited,
a:link:active {
	text-decoration: underline;
	cursor: pointer;
}

a:hover,
a:focus {
	color: #ff6699;
	text-decoration: none;
}

/* wrap
-------------------------------------------------------------------------------------------------------*/

/* コンテンツを囲む背景の指定 */
.wrap {
	margin: 0 auto;
	width: 950px;
	background: transparent url(/common/images/wrap_bg_01.gif) repeat-y left top;
}

/* header
-------------------------------------------------------------------------------------------------------*/

#header {
	margin: 0 auto;
	width: 910px;
}

#header #siteName {
	padding: 23px 0 25px;
	float: left;
}

#header #officeLogo {
	padding: 14px 0 17px;
	text-align: right;
}

/* globalNav
-------------------------------------------------------------------------------------------------------*/

#globalNav {
	margin-bottom: 6px;
}

#globalNav ul {
	margin: 0 auto;
	width: 910px;
	height: 60px;
	background: url(/common/images/gnav_bg_01.png) no-repeat left top;
}

#globalNav ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#globalNav ul {
	min-height: 1px;
}

* html #globalNav ul {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#globalNav li {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}

#globalNav li#gnav01,
#globalNav li#gnav01 a{
	width: 125px;
}

#globalNav li#gnav02,
#globalNav li#gnav03,
#globalNav li#gnav04,
#globalNav li#gnav05,
#globalNav li#gnav06,
#globalNav li#gnav02 a,
#globalNav li#gnav03 a,
#globalNav li#gnav04 a,
#globalNav li#gnav05 a,
#globalNav li#gnav06 a {
	width: 131px;
}

#globalNav li#gnav07,
#globalNav li#gnav07 a {
	width: 130px;
}

#globalNav li a {
	display: block;
	height: 60px;
	background: url(../images/gnav_bg_01.png) no-repeat left -60px;
}

#globalNav li#gnav01 a {
	background-position: 0 -60px;
}

#globalNav li#gnav02 a {
	background-position: -125px -60px;
}

#globalNav li#gnav03 a {
	background-position: -256px -60px;
}

#globalNav li#gnav04 a {
	background-position: -387px -60px;
}

#globalNav li#gnav05 a {
	background-position: -518px -60px;
}

#globalNav li#gnav06 a {
	background-position: -649px -60px;
}

#globalNav li#gnav07 a {
	background-position: -780px -60px;
}

#globalNav li#gnav01 a:hover {
	background-position: 0 -120px;
}

#globalNav li#gnav02 a:hover {
	background-position: -125px -120px;
}

#globalNav li#gnav03 a:hover {
	background-position: -256px -120px;
}

#globalNav li#gnav04 a:hover {
	background-position: -387px -120px;
}

#globalNav li#gnav05 a:hover {
	background-position: -518px -120px;
}

#globalNav li#gnav06 a:hover {
	background-position: -649px -120px;
}

#globalNav li#gnav07 a:hover {
	background-position: -780px -120px;
}

/* mainBase
-------------------------------------------------------------------------------------------------------*/

#mainBase {
	margin: 0 auto;
	width: 910px;
	clear: both;
	font-size: 92%;
	background: #fff;
}

#mainBase:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#mainBase {
	min-height: 1px;
}

* html #mainBase {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#mainBase p.topicPath {
	margin: 0 0 0 15px;
	line-height: 27px;
}

#mainBase .gototop {
	padding: 15px 15px 20px 0;
	clear: both;
	text-align: right;
	font-size: 115%;
}

#mainBase .gototop a {
	padding: 5px 0 0 24px;
	color: #555;
	background: url(/common/images/common_icon_gototop.gif) no-repeat left center;
}

/* mainContainer
-------------------------------------------------------------------------------------------------------*/

.mainContainer {
	padding-right: 15px;
	width: 635px;
	float: right;
}

#printBtn {
	margin: 0;
	float: right;
}

.backtopage {
	margin-right: 15px;
	clear: both;
	text-align: right;
	font-size: 115%;
}

#mainBase .backtopage a {
	padding: 5px 0 0 24px;
	color: #555;
	background: url(/common/images/common_icon_backtopage.gif) no-repeat left center;
}


/* sidebar
-------------------------------------------------------------------------------------------------------*/

.sidebar {
	padding-left: 15px;
	width: 210px;
	float: left;
}

.sidebar .localNav h2 {
	margin-bottom: 5px;
}

.sidebar .localNav ul {
	margin-bottom: 10px;
}

.sidebar .localNav li {
	padding: 5px 10px 5px 19px;
	background: url(/common/images/common_sidebar_bg_01.gif) no-repeat left top;
	border-bottom: 1px solid #fff;
}

.sidebar .localNav li a {
	color: #fff;
	text-decoration: none;
}

.sidebar .localNav li a:hover {
	text-decoration: underline;
}

/* utilities
-------------------------------------------------------------------------------------------------------*/

.utilities {
	width: 210px;
}

.utilities h2 {
	margin-bottom: 5px;
}

.utilities li {
	margin-bottom: 6px;
	background: #000; /* バナーの背景色 */
}

/* footer
-------------------------------------------------------------------------------------------------------*/

#footer {
	margin: 0 auto;
	padding: 25px 0 28px;
	width: 910px;
	color: #454545;
	clear: both;
}

#footer a {
	color: #454545;
}

#footerNav {
	font-size: 77%;
}

#footerNav ul {
	margin-bottom: 5px;
	border-left: 1px solid #454545;
}

#footerNav li {
	padding: 0 10px;
	display: inline;
	border-right: 1px solid #454545;
}

#footer #copyright {
	font-size: 77%;
	text-align: right;
}

/* 見出し
-------------------------------------------------------------------------------------------------------*/

#mainBase h1 {
	padding-bottom: 3px;
	background: url(/common/images/common_bg_h1.gif) repeat-x left bottom;
}

.mainContainer h2 {
	margin-bottom: 25px;
	clear: both;
}

.mainContainer h3 {
	margin-bottom: 20px;
}

/* table
-------------------------------------------------------------------------------------------------------*/

table {
	margin-bottom: 8px;
	background: url(/common/images/common_bg_dot01.gif) repeat-x left top;
}

table th,
table td {
	padding: 8px 0;
	background: url(/common/images/common_bg_dot01.gif) repeat-x left bottom;
}

table thead th {
	text-align: center;
	vertical-align: middle;
}

table tbody th {
	text-align: left;
	color: #ff6699;
	font-weight: bold;
}

table.noborder th,
table.noborder td {
	border: 0;
}


/* リスト
-------------------------------------------------------------------------------------------------------*/

.mainContainer ul.normalList {
	margin: 0 10px 1em 15px;
}

.mainContainer ul.normalList li {
	margin-left: 15px;
	list-style: disc;
}

.mainContainer ol.nonumList {
	margin: 0 10px 1em 15px;
}

.mainContainer .listMark {
}

.mainContainer .listMark li {
	margin-left: 0;
	padding: 0 0 0 18px;
	background: url(../images/icon_listmark_01.gif) no-repeat left 5px;
	list-style: none;
}

.mainContainer dl.listMark02 {
	margin: 0 10px 1em 15px;
}

.mainContainer dl.listMark02 dt {
	margin-left: 0;
	padding: 0 0 0 18px;
	background: url(../images/icon_listmark_01.gif) no-repeat left 5px;
	list-style: none;
	font-weight: bold;
}

.mainContainer dl.listMark02 dd {
	margin-left: 18px;
}

.mainContainer ul.note {
	margin: 0 10px 1em 15px;
}

.mainContainer ul.note li {
	margin-left: 1em;
	text-indent: -1em;
}

.mainContainer ul.pdf li {
	padding-left: 18px;
	background: url(../images/common_icon_pdf.gif) no-repeat left top;
	line-height: 1.6;
}

/* ページ内リンク
-------------------------------------------------------------------------------------------------------*/

.insiteLink {
	margin-bottom: 20px;
	padding: 7px 12px;
	border: 1px solid #ccc;
}

.insiteLink:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.insiteLink {
	min-height: 1px;
}

* html .insiteLink {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.insiteLink li {
	margin: 7px 0;
	padding: 0 55px 0 18px;
	background: url(../images/icon_insitelink.gif) no-repeat left 1px;
	display: inline-block;
}

* html .insiteLink li {
	display: inline;
	zoom: 1;
} /* IE6用 */

*:first-child+html .insiteLink li {
	display: inline;
	zoom: 1;
} /* IE7用 */

.insiteLink .linkstyle02 li {
	display: list-item;
}

* html .insiteLink .insiteLink02 li {
	display: block;
}

*:first-child+html .insiteLink .insiteLink02 li {
	display: block;
}

/* section 
-------------------------------------------------------------------------------------------------------*/

.section {
}

.section .section {
	margin: 15px 0 22px;
}

.section .section .section {
	margin: 22px 0;
}

.section .section .section .section {
	margin: 22px 0;
}

/* 段組（box）
-------------------------------------------------------------------------------------------------------*/

.box:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.box {
	min-height: 1px;
}

* html .box {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.imgL {
	margin: 0 15px 15px 0;
	float: left;
}

.txtL {
	float: left;
}

/* text
-------------------------------------------------------------------------------------------------------*/

.mainContainer p {
	margin-bottom: 1em;
}

.mainContainer p.lastParagraph {
	margin-bottom: 0;
}

.mainContainer p.indentNone {
	margin: 0 0 1em 0;
}

.indent {
	margin-left: 1em;
	padding-left: 15px;
	text-indent: -1em;
}

.indentList li {
	margin-left: 1em;
	text-indent: -1em;
}

.fontS {
	font-size: 92%;
}

.fontL {
	font-size: 100%;
}

.fontB {
	font-weight: bold;
}

.colorBlue {
	color: #3366cc;
}

.colorRed,
.error {
	color: #df0000;
}

.colorOrange {
	color: #ff6000;
}

.rollover a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

/* img
-------------------------------------------------------------------------------------------------------*/

.imgborder {
	padding: 2px;
	border: 1px solid #ccc;
}

.imgborder02 {
	padding: 1px;
	border: 1px solid #1860d9;
}

.imgborder03 {
	padding: 2px;
	border: 1px solid #1860d9;
}

.imgborder04 {
	padding: 3px;
	border: 1px solid #ccc;
}

/* 汎用
-------------------------------------------------------------------------------------------------------*/

.center {
	text-align: center;
}

.alignR {
	text-align: right;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mr5 {
	margin-right: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.ml15 {
	margin-left: 15px;
}

.mrl5 {
	margin-right: 5px;
	margin-left: 5px;
}

/* Hack
-------------------------------------------------------------------------------------------------------*/
.fix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.fix {
	min-height: 1px;
}

* html .fix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear {
	clear: both;
}
