/* ブラウザのデフォルトスタイルをリセット */

html, body, h1, h2, h3, h4, h5, h6, dt, dd, p, ul, ol, dl, li,
table, tr, th, td,
header, hgroup, section, article, aside, footer, figure,
figcaption, nav {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	line-height: 1.0;
	-webkit-text-size-adjust: none;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

img {
	border: 0;
	vertical-align: bottom;
}

ul, ol {
	list-style: none;
}

table {
	border-spacing: 0;
	empty-cells: show;
}

/* リセットここまで */

/* サイト全体の基本スタイル */
body {
	background-color: #F7F7FF;
	line-height: 1.5;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #222222;
}

/* メインセクション */
.block {
	margin: 10px 12px 12px 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #555555;
}

.block:after {
	content: '';
	display: block;
	clear: both;
}

.block-heading {
	margin-bottom: 6px;
	color: #000000;
	font-size: 18px;
	border-bottom: solid 2px #AAAACC;
	border-left: solid 6px #AAAACC;
	background-color: #CCCCFF;
	padding: 3px 4px;
}

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


/* 各種画像処理 */
img.logo {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

img.overphoto {
	max-width: 70%;
	height: auto;
	margin: 0;
	padding: 0;
}
img.overphoto2 {
	max-width: 82%;
}

/* リスト */
.guideul {
	background-color: #E6E6FF;
	margin: 0;
	list-style-type: disc;
	padding: 0;
}

.guideul li {
	margin: 0 0 0 1.3em;
	padding: 0;
}

.guidesubul {
	list-style-type: circle;
	margin: 0 0 0 0.9em;
}

.guide3rdul {
	list-style-type: square;
	margin: 0 0 5px 0.8em;
}

ul.torikumi {
	border: 4px #959CEE dashed;
	padding: 5px;
	background-color: #FFFFFF;
	margin-left: 10px;
	width: 80%;
	height: auto;
}

/* リストと同色のブロック */
div.block-content {
	background-color: #E6E6FF;
	margin: 0;
	padding: 5px;
}

div.block-content ul {
	background-color: #F2F2FF;
}

div.block-content ul li {
	margin-left: 23px;
	list-style-type: disc;
	line-height: 1.5;
}

div.block-content ul.notype li {
	margin-left: 18px;
	list-style-type: none;
	font-weight: bold;
	line-height: 1.5;
}
div.block-content ul.list3 li {
	margin-left: 37px;
	list-style-type: disc;
	line-height: 1.5;
}

/* グローバルナビ */
.vlist-nav ul {
    border-radius: 10px;
	-webkit-box-shadow: 0 0 3px #FFFFFF;
	box-shadow: 0 0 3px #FFFFFF;
}

.vlist-nav li {
	height: 44px;
	line-height: 44px;
	background-color: rgb(164,150,104);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(193,184,143)), to(rgb(164,150,104)));
	background: url(../img/navi_li_ov.gif) right center repeat-x;
}

.vlist-nav li:first-child {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.vlist-nav li:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.vlist-nav li a {
	padding: 0 24px 0 14px;
	display: block;
	overflow: hidden;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	font-weight: bold;
	position: relative;
}

.vlist-nav li a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);

}

/* フッター */
.global-footer div.divided1 {
	padding: 10px;
	background-color: #555555;
	background-image: url(img/foot.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: auto 142%;
	line-height: 140%;
	color: #FFFFFF;
	font-size: 12.5px;
	text-align: left;
}

.global-footer div.divided2 {
	line-height: 115%;
	text-align: right;
	background-image: url(../img/navi_li_st.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 11px;
}

.global-footer div.divided1 a {
	color: #CCCCFF;
}