@charset "UTF-8";

/* 基本
---------------------------------------------*/
body {
	color: #333333;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	padding-top: 12px;
	background: #565656;
}
a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover,
a:focus {
	color: #3366CC;
}
a:active {
	color: #CC3300;
}


p {
	line-height: 1.5;
	padding-bottom: 16px;

}
table {
	width: 100%;
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table th {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table td {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	padding-top: 0px;
	background: #FFFFFF;
}
#header {
	position: relative;
}
#content {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 16px;
	background: #FFFFFF;
}
#content #primary {
	float: left;
	width: 570px;
	padding-left: 10px;
	background: #FFFFFF;
}
#content #secondary {
	float: right;
	width: 170px;
}
#footer {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 50px;
}

/* ロゴとユーティリティナビゲーション
---------------------------------------------*/
#logo {
	float: left;
	background: #FFFFFF url(../images/header.gif) left bottom no-repeat;
}

/* グローバルナビゲーション
---------------------------------------------*/
#globalNavigation {
	float: right;
	width: 660px;
	padding: 3px 2px 0 2px;
	background: #FFFFFF url(../images/header.gif) right bottom no-repeat;
	line-height: 1;
}
#globalNavigation li {
	float: left;
	padding-left: 4px;
	background: url(../images/gn_li_bg.gif) no-repeat;
}
#globalNavigation li a {
	display: block;
	float: left; /* for WinIE6 */
	padding: 10px 15px 10px 11px;
	background: #838891 url(../images/gn_li_a_bg.gif) right top no-repeat;
	border-bottom: 1px solid #646871;
	color: #FFFFFF;
	text-decoration: none;
}
#globalNavigation li a:hover,
#globalNavigation li a:focus {
	color: #CCCCCC;
}
#globalNavigation li.current {
	background: #FFFFFF url(../images/gn_li_current_bg.gif) no-repeat;
}
#globalNavigation li.current a {
	background: #FFFFFF url(../images/gn_li_current_a_bg.gif) right top no-repeat;
	padding: 10px 15px 11px 11px;
	border-bottom: none;
	color: #333333;
}

/* パンくずリスト
---------------------------------------------*/
#topicPath {
	height: 50px;
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #E5E5E5;
	font-size: 90%;
	line-height: 1.2;
}
#topicPath li {
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 32px;
	background: #EEEEEE url(../images/topicpath_li_bg.gif) left center no-repeat;
}
#topicPath li.first {
	padding-left: 12px;
	background: #EEEEEE;
}
#topicPath li.last {
	background: #FFFFFF url(../images/topicpath_li_bg_last.gif) left center no-repeat;
}

/* 内容
---------------------------------------------*/


#lead ul li {
	padding: 10px 10px 0px 24px;
	background: url(../images/honeycomb.gif) 10px 12px no-repeat;
}
#lead h2 {
	font-size: 150%;
	font-weight: bold;
	padding-top: 20px;
}
#lead h3 {
	font-size: 120%;
	font-weight: bold;
	padding-top: 20px;
}
#lead .picture {
	padding-top: 20px;
}



#lead .column {
	clear: both;
	width: 100%; /* for WinIE6,7 */
}
#lead .column .section {
	width: 270px;
}
#lead .column #oneoftwo {
	float: left;
}
#lead .column #twooftwo {
	float: right;
}

#center table th td {
	margin-right: auto;
	margin-left: auto;
}
#color_small {
	font-size: 50%;
}

/* ローカルナビゲーション
---------------------------------------------*/
#localNavigation ul {
	background: #F5F5F5;
	line-height: 1.2;
}
#localNavigation ul li {
	padding-bottom: 2px;
	background: url(../images/ln_li_bg.gif) left bottom repeat-x;
}
#localNavigation ul li a {
	display: block;
	width: 142px; /* for WinIE6 */
	padding: 8px 10px 8px 18px;
	background: url(../images/arrow_big.gif) 9px 13px no-repeat;
	text-decoration: none;
}
#localNavigation ul li a:hover,
#localNavigation ul li a:focus {
	background: #E6E6E6 url(../images/arrow_big.gif) 11px 13px no-repeat !important;
}
#localNavigation ul li ul {
	margin-left: 20px;
	font-size: 90%;
}
#localNavigation ul li ul li {
	padding-bottom: 0;
	background: none;
	border-top: 1px solid #E5E5E5;
}
#localNavigation ul li ul li a {
	width: 126px; /* for WinIE6 */
	padding: 6px 10px 6px 14px;
	background: url(../images/arrow_small.gif) 6px 11px no-repeat;
}
#localNavigation ul li ul li a:hover,
#localNavigation ul li ul li a:focus {
	background: #E6E6E6 url(../images/arrow_small.gif) 7px 11px no-repeat !important;
}
#localNavigation ul li.current a {
	background-image: none;
	background-color: #E5E5E5;
	font-weight: bold;
}
#localNavigation ul li.current ul li a {
	background: url(../images/arrow_small.gif) 6px 11px no-repeat;
	font-weight: normal;
}

/* フッター
---------------------------------------------*/
#copyright {
	clear: both;
	width: 726px; /* for WinIE6,7 */
	padding: 20px 17px;
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	font-size: 90%;
	line-height: 1;
}