@charset "UTF-8";
/* -------------- body -----------------*/
#wrapper {
	background-color: #FDFBF7;
	width: 800px;
box-shadow: 0px 0px 4px 4px #999;			/*同上*/
}
/* ------------- header ---------------*/


header {
	width: 800px;
	overflow: hidden;
	border-top: 10px solid #0031e6;	/*上のアクセント用ラインの幅、線種、色*/
	padding: 5px 0px 20px 0px;	/*上下、左右へのボックス内にとる余白*/
}

/*右上の文字の設定*/
header .title {
	float: left;	/*右に回り込み*/
	color: #000000;	/*文字色*/
	font-size: 25px;	/*文字サイズ*/
        font-weight: bold;
	text-align: left;	/*テキストを右寄せ*/
        margin-left: 35px;
	line-height: 1.2;	/*行間をデフォルトより少し狭くする*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる設定*/
}

/*ロゴ画像の設定*/
header #logo img {
	float: left;
	width: 300px;	/*ロゴ画像の幅*/
}
/*右上の文字の設定*/
header .rightup {
	float: right;	/*右に回り込み*/
	color: #000000;	/*文字色*/
	font-size: 12px;	/*文字サイズ*/
	text-align: right;	/*テキストを右寄せ*/
	line-height: 1.2;	/*行間をデフォルトより少し狭くする*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる設定*/
}

/*小文字部分の設定*/
header .rightup span {
	color: #666;
}






/* -------------------------- menubar -------------------------------*/


#menubar {
	height: 25px;	/*ブロックの高さ*/
        width: 100%;
        margin: 0 0 0% 0%;
	background: -webkit-linear-gradient(#FFF, #e7e7e7);	/*グラデーション*/
	background: linear-gradient(#FFF, #e7e7e7);			/*同上*/
	border-top: 1px solid #d4d4d4;		/*メニューの上側の線の幅、線種、色*/
	border-bottom: 4px solid #2922dd;	/*メニューの下側の線の幅、線種、色*/
}

#menubar ul {
	max-width: 780px;
	margin: 0 auto;
}
/*メニュー１個ごとの設定*/
#menubar ul li {
	float: left;
	width: 17%;	/*メニュー幅*/
	text-align: center;	/*文字を中央に揃える*/
	font-weight: bold;	/*文字を太字にする設定*/
}
#menubar ul li:first-child {
	width: 17%;	/*メニュー６個で100%になるようここで調整（16.6%×5+17%=100%）*/
}
#menubar ul li a {
	text-decoration: none;
	display: block;
	line-height: 20px;
	padding-top: 5px;
	font-size: 14px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少しあける設定*/
	text-shadow: #FFF 0px 2px;	/*テキストの影。色、右方向、下方向への指定。*/
	border-right: 1px solid #d4d4d4;	/*メニューの右側の線の幅、線種、色*/
}
/*最初のメニューの設定*/
#menubar ul li:first-child a {
	border-left: 1px solid #d4d4d4;	/*左側に線を入れる*/
}
/*マウスオン時の設定*/
#menubar ul li a:hover {
	height: 20px;
        background: #FFF;	/*背景色*/
	border-bottom: 4px solid #b796d5;	/*メニューの下側の線の幅、線種、色*/
}
/*英語表記の設定*/
#menubar ul li a span {
	color: #8962ad;	/*文字色*/
	font-size: 9px;	/*文字サイズ*/
	display: block;
	font-weight: normal;	/*文字を太字でなく標準に戻す設定*/
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	line-height: 20px;
	padding-bottom: 5px;
}
/*小さな端末用メニューを表示させない*/
#menubar-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}


/* -------------------------- navi -------------------------------*/
div.navi{
	margin-bottom: -6px;
	margin-left: 0;
	/*padding-left: -10px;*/
	font-weight: bold;
}

#content div.navi p {
	margin: 0;
}

span.navi {
	margin: 0 0.5em;
}

div.navi a {
	color: black;
}

#navi {
	position: relative;
	top: 51px;
	left: 0px;
	width: 709px;
	height: 21px;
	margin: 0 auto;
	background: url("/~pics/assets/templates/swc/images/ja/menu.png") no-repeat;
} 

#navi li {
	float: left;
}

#navi li a {
	width: 141px;
	height: 24px;
}
/* ----------------------------- contents -----------------------*/
#container {
　　　　width: 800px;
	margin: 0px auto;
	background: #FDFBF7;	/*コンテナーの背景色*/
	padding: 0px 2%;		/*上下、左右の余白*/
}

#content {
	float: left;
	width: 750px;
        margin-left: 15px;
}

div.mainimg {
	text-align: center;
}

#side {
	float: left;
	width: 204px;
}

#content ul.links{
  list-style: none outside; }

#content dl.topics{
	width: 600px;
	margin: 0 auto;
}

#content dl span.place {
	margin-left: 2.5em;
}

dl.topics dt {
	background: url("/~pics/assets/templates/swc/images/c_icon.png") no-repeat;
	background-position: 0px;
	padding: 0 0 0 10px;
}

dl.topics dd {
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
}

p.archive_link {
	text-align: right;
}

#content p.summary {
	width: 710px;
	float: left;
	padding: 0px 10px;
}

#content p.intro {
	width: 710px;
	float: left;
	padding: 10px 10px;
}

.mgn-20 {
	margin-left: 20px;
}


/* ------------------------------ side --------------------------------*/
#side {
	position: relative;
	height: 100%;
	top: 0;
}

#side #internal_link {
	background: url("/~pics/assets/templates/swc/images/ja/navi_pics.png") no-repeat;
	height: 106px;
}



#side #internal_link a {
	display: block;
	height: 35px;
	width: 200px;
	overflow: hidden;
}

#side #external_link {
	margin-top: 20px;
}

#side #external_link li.sl1 a:hover {
	background-color: #FFFFFF;
	opacity: 0.2;
}



/* ============================ tags ==================================*/

#content p {
	width: 700px;
	margin: 0 auto 20px;
}

#content ul {
	width: 550px;
	margin: 10px auto;
	list-style-type: disc;
}

#content ol {
	width: 550px;
	margin: 10px auto;
	list-style-type: decimal;
}

#content dl {
	width: 550px;
	margin: 10px auto;
}

#content dl dt {
	font-weight: normal;
	background: url("/~pics/assets/templates/swc/images/c_icon.png") no-repeat;
	background-position: 0 50%;
	padding-left: 10px;
}

#content dl dd {
	margin: 0 0 11px 1em;
}

#content table {
	width: 240px;
	margin: 10px;
}

#content table thead {
	background-color: #23242A;
}

#content table th
,#content table td {
	text-align: left;
	padding: 4px 10px;
	white-space: nowrap;
}

#content table td {
	background-color: #DEDCD9;
}

#content h2 {
	margin: 20px 15px 15px 15px;
	padding: 4px 0 5px 10px;
	height: 25px;
	font-size: 18px;
	font-weight: bold;
        border-left: 4px solid #0031e6;
        border-bottom: 2px solid #0031e6;

}

#content h3 {
	border-left: solid 5px #DBB46A;
	padding-left: 0.7em;
	margin: 10px 0;
	font-size: 1.2em;
	font-weight: bold;
}

#content h4 {
	font-size: 1em;
	font-weight: normal;
	border-bottom: solid 1px #DBB46A;
	padding: 0 0 5px 5px;
	margin: 10px 0;
}


/* -------------------- footer -----------------------*/

#footer {
	width: 600px;
	text-align: center;
	margin: 0 auto;
}
#footer ul {
	padding: 20px 0 10px;
}
#footer ul li {
	display: inline;
	border-left: 1px solid black;
	margin-left: 3px;
	padding-left: 6px; 
}
#footer ul li a {
	color: black;
}
#footer ul li.last {
	border-right: 1px solid black;
	padding-right: 6px; 
}
#footer a {
	text-decoration: none; }
#footer a:hover {
	text-decoration: underline; }

#footer .copyright {
	padding: 5px 0 30px;
	font-size: 95%;
}