@charset "utf-8";
/* CSS Document */

/*
	リセット
--------------------------------------------------------------*/

html {
	overflow-y: scroll;
}

/* よく使う要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, tr, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

/* リスト */
ol, ul{
    list-style:none;
}

/* テーブルのボーダー */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th{
    text-align: left;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom; }

/* hr 要素は不可視で使う */
hr { display: none; }

body {
	padding: 0;
	margin: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	background-color: #EEE;
}

a:link		{
}

a:visited	{ color: #0000FF; }

a:hover		{
	color: #FF99CC;
}

a:active	{
}


/*
	共通
------------------------------------------------------------- */

.red { color:#CC0000; }



/*
	基本構造
--------------------------------------------------------------*/

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 812px;
	background-image: url(img/shadow.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background-color: #FFF;
}

#header {
	background: url(img/header_bg_1.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 238px;
	width: 800px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C75A0;
}

#topicpath {
	margin: 0px;
	padding: 15px 20px;
}

#topicpath p {
	size: 90%;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}

#content { margin-bottom: 10px; }

#sidebar {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}

#main {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 580px;
	text-align: left;
}

#1column {}

#footer-navi {
	clear: both;
	margin-bottom: 5px;
}

#footer {
	clear: both;
	background-color: #EEF7FD;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3D779F;
}



/*
	ヘッダー内
--------------------------------------------------------------*/

#header h1 {
	position: absolute;
	left: 320px;
	top: 50px;
	line-height: 1.5em;
	width: 450px;
}

/*
	サイドバー内
--------------------------------------------------------------*/

#sidebar {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#sidebar ul{ margin-left: 20px; 
}

#sidebar li a {
	line-height: 45px;
	height: 45px;
	margin-bottom: 15px;
	display: block;
	text-decoration: none;
	padding-left: 25px;
}

#sidebar li a:link {
	background: url(img/navi_link_bg.png) no-repeat;
	font-weight: bold;
	color: #333333;
}

#sidebar li a:visited	{
	background: url(img/navi_link_bg.png) no-repeat;
	font-weight: bold;
	color: #333333;
}

#sidebar li a:hover		{
	font-weight: bold;
	color: #333333;
	background: url(img/navi_link_onmouse_bg.png) no-repeat;
}

#sidebar li a:active	{
	background: url(img/navi_link_bg.png) no-repeat;
	font-weight: bold;
	color: #333333;
}




/*
	メインスペース内
--------------------------------------------------------------*/

#main .text { 
}


#main h2 {
	margin-bottom: 20px;
	font-weight: bold;
	margin-right: 20px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #3D76A1;
	padding-top: 4px;
	padding-left: 8px;
	border-left: 4px solid #3D76A1;
	line-height: 1.3;
}

#main h2.midashi {
	border: none;
	padding: 0px;
	margin-bottom: 30px;
}

#main h3 {
	font-weight: bold;
	padding-bottom: 2px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 30px;
	padding-left: 11px;
	font-size: 90%;
	padding-top: 4px;
	background: #EEF7FD;
	border: 1px solid #BBDEF8;
}

#main h4 {
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 10px;
	line-height: 1.3;
}

#main p {
	line-height: 1.6;
	margin-bottom: 20px;
	margin-right: 20px;
	font-size: 90%;
	margin-top: 20px;
}

#main .more {
	line-height: 22px;
	background: url(img/dt_bullet_img.gif) no-repeat;
	height: 22px;
	padding-left: 30px;
	margin-bottom: 25px;
}
#main ul.info {
	margin-bottom: 2em;
	margin-left: 0px;
}

#main ul.info li {
	margin-bottom: 0.5em;
	line-height: 22px;
	list-style-type: none;
	background-image: url(img/more_bg.gif);
	background-repeat: no-repeat;
	list-style-position: outside;
	background-position: left;
	margin-left: 0px;
	padding-left: 30px;
}


#main .download {
	margin-bottom: 30px;
}

#main dl { margin-bottom: 20px; 
}

#main dt {
	margin-bottom: 5px;
	background: url(img/dt_bullet_img.gif) no-repeat;
	line-height: 22px;
	height: 22px;
	padding-left: 30px;
	font-size: 90%;
	font-weight: bold;
}

#main dd {
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 60px;
	font-size: 83%;
	line-height: 1.5em;
}

#main ul {
}

#main ul li {
	margin-left: 15px;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 15px;
	font-size: 90%;
}

#main ul li ul {
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#main ul li ul li {
	list-style-type: circle;
	font-size: 100%;
}
#main dd li {
	font-size: 100%;
	margin-bottom: 0.3em;
}



/*  テーブル  */

#main table {
	margin-right: 20px;
	margin-top:4px;
	margin-bottom: 25px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

#main caption {
	font-size: 80%;
	line-height: 1.2em;
	font-weight: bold;
}

#main th {
	font-weight: bold;
	background: #EEF7FD;
	padding: 7px 10px;
	border: 1px solid #CCCCCC;
	font-size: 90%;
	color: #2F5A7B;
	white-space: nowrap;
}

#main .line100 { width: 80px; }

#main .line110 { width: 90px; }

#main .line120 { width: 100px; }

#main .line130 { width: 110px; }

#main .line150 { width: 130px; }

#main .line160 { width: 140px; }

#main .line170 { width: 150px; }

#main .line180 { width: 160px; }

#main .line200 { width: 180px; }

#main .line230 { width: 210px; }

#main .line250 { width: 230px; }

#main .line350 { width: 330px; }

#main .hlt { background-color:#EEF7FD; }

#main td {
	padding: 7px 10px;
	border: 1px solid #CCCCCC;
	font-size: 90%;
	line-height: 1.5;
	white-space: normal;
}
#main td.number {
	padding-right: 5px;
	padding-left: 5px;
	text-align: right;
}

#main td table {
	margin-bottom: 0px;
	margin-right: 0px;
}

#main td table td {
	border: 1px solid #CCC;
	background-color: #F9F9F9;
}

/*  テーブル終わり  */



#main .list {
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding: 20px 20px 0px;
	margin-right: 20px;
}

#main .list h2 {
	margin-right: 0px;
	border-left-style: none;
	border-bottom: 3px solid #3D76A1;
}

#main .list ul { margin-bottom: 20px; 
}

#main .list li {
	margin:0px 0px 10px 20px;
	list-style-position: outside;
	list-style-type: disc;
	font-size: 90%;
}
#main .adobe-link {
	background: #F4F4F4;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}
#main .adobe-link .adobe-text {
	font-size: 70%;
	margin: 0px;
	float: left;
	width: 380px;
	line-height: 1.3;
}
#main .adobe-link .adobe-img {
	margin: 0px;
	float: right;
	width: 140px;
}






/*
	ギャラリー（１カラム）
--------------------------------------------------------------*/

#column h2 {
	margin-bottom: 20px;
	font-weight: bold;
	margin-right: 20px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #3D76A1;
	padding-top: 4px;
	padding-left: 8px;
	border-left: 4px solid #3D76A1;
	margin-left: 20px;
}

#column h3 {
	font-weight: bold;
	padding-bottom: 2px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 30px;
	padding-left: 11px;
	font-size: 90%;
	padding-top: 4px;
	background: #EEF7FD;
	border: 1px solid #BBDEF8;
	margin-left: 20px;
}

#column p {
	line-height: 1.6;
	margin-bottom: 20px;
	margin-right: 20px;
	font-size: 90%;
	margin-top: 20px;
	margin-left: 20px;
}

#column .more {
	line-height: 22px;
	background: url(img/dt_bullet_img.gif) no-repeat;
	height: 22px;
	padding-left: 30px;
	margin-bottom: 25px;
}

#column table {
	margin-left: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
}

#column caption {
	font-size: 80%;
	line-height: 1.2em;
	font-weight: bold;
}

#column th {
}

#column td {
	padding: 10px;
}


/*
	フッターナビゲーション
--------------------------------------------------------------*/

#footer-navi ul {
	margin-left: 20px;
	margin-right: 20px;
}

#footer-navi ul li {
	size: 80%;
	float: left;
	padding: 0px 10px;
	border-right: 1px solid #CCCCCC;
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#footer-navi ul li.first {
	border-left: 1px solid #CCCCCC;
}

#footer-navi a {
	text-decoration: none;
}


/*
	フッター内
--------------------------------------------------------------*/

#footer .left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}

#footer .right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 580px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	margin-bottom: 13px;
	margin-left: 25px;
	list-style-position: outside;
	list-style-type: decimal;
	margin-right: 20px;
}

#footer .aim {
	padding-bottom: 20px;
	padding-top: 20px;
}

#footer .copyright { clear: both; 
}

#footer .copyright p {
	line-height: 35px;
	background: url(img/symbol_small.gif) no-repeat;
	height: 35px;
	padding-left: 40px;
	margin-left: 425px;
	width: 300px;
}
#footer .powered {
	font-size: 80%;
	color: #ADCCE0;
	margin-top: 1em;
	text-align: right;
	padding-right: 20px;
}

#footer .powered a:link,
#footer .powered a:visited,
#footer .powered a:hover,
#footer .powered a:active {
	color: #ADCCE0;
	text-decoration: none;
}



/*
	clearfix
------------------------------------------------------------- */
.clearfix {
	display: inline-block;
}

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

/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/**/



/*
	画像の配置
------------------------------------------------------------- */

img.lt {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.rt {
	float: right;
	margin: 0px 0px 0px 20px;
}

.clr {
	clear: ;
}

.sponsor {
	position: absolute;
	left: 20px;
	top: 900px;
}

.sponsor a {
	font-size: 60%;
	color: #EEE;
}

