﻿@charset "UTF-8";
*{
	margin:0;
	padding:0;
}

/* ---------------------------------------------------------------- *
	ページ全体
 * ---------------------------------------------------------------- */

body {
	margin: 0px; 
	padding: 0px;
	font-size: 0.8em;
	line-height: 150%;
	background-image: url(../images/img_bg.gif);
	color: #333333; 
	text-align: center; 
	}


/* 全体囲み */
#wrapper{
	margin: 0 auto; 
	padding: 0;
	width: 950px;
	text-align: left; 
	color: #000000; 
	background-color: #ffffff; 
	}

/* ヘッダー */
#header{
	margin: 0px; 
	width: 950px; 
	height: 150px;
	text-align: left;
	background-color:#011b77;
	}

#header h1{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	}

/* コンテンツ左側（原稿提出） */
#contentsL{
	margin: 0px;
	float: left;
	width: 275px;
	}

.tl h2{
	margin: 15px 15px 0 15px;
	}

#documentArea{
	margin: 0 15px 15px 15px;
	padding: 8px;
	background-color: #e3e3e3;
	}

#documentArea ul{
	margin: 10px 0;
	}

#documentArea li{
	font-size: 12px;
	padding-top: 10px;
	padding-left: 16px;
	padding-bottom: 10px;
	list-style: none;
	background: url(../images/bg_btn.gif) no-repeat bottom;
	}

/* コンテンツ右側（お知らせ・ダウンロード） */
#contentsR{
	margin: 0px;
	float: right;
	width: 675px;
	}

#newsArea{
	margin-top: 15px;
	width: 400px;
	float: left;
	}

#newsArea ul{
	margin-top: 10px;
	}

#newsArea li{
	margin-top: 5px;
	margin-left: 20px;
	}

#contentRR{
	width: 275px;
	float: right;
	}

#downloadArea{
	margin: 0px 15px 15px 15px;
	width: 225px;
	padding: 10px;
	background-color: #e3e3e3;
	}

#downloadArea h3{
	margin: 10px 5px 2px 5px;
	font-size: 14px;
	}

#downloadArea li{
	margin-top: 5px;
	padding-top: 2px;
	padding-left: 16px;
	padding-bottom: 2px;
	list-style: none;
	background: url(../images/mark_dl.gif) no-repeat left;
	}


/* メインページ */

#main{
	margin: 30px;
	width: 890px;
	background-color: #ffffff;
	}

#title{
	height: 36px;
	background: #f0f0f0;
	border-bottom-style:solid;
	border-bottom-color: #132a82;
	border-bottom-width: 4px;
	}

#main ul{
	padding: 10px 20px;
	}

#main ul li{
	margin: 10px 0;
	}

#main li.folder{
	height: 20px;
	padding-left: 25px;
	list-style: none;
	background: url(../images/mark_folder.gif) no-repeat left;
	}

#main li.note{
	height: 20px;
	padding-left: 25px;
	list-style: none;
	background: url(../images/mark_note.gif) no-repeat left;
	}

#main .navi{
	text-align: center;
	margin: 50px auto 20px auto;
	line-height: 10px;
	vertical-align: bottom;
	}


/* フッター */

#footer{
	margin: 0px;
	width: 950px;
	height: 30px;
	color: #FFFFFF;
	background-color: #011b77;
	clear: both;
	}

/* リンク */
	
a:link {
	color: #006600;
	text-decoration: none;
	}

a:visited {
	color: #006600;
	text-decoration: none;
	}

a:hover {
	color: #990099;
	text-decoration: underline;
	}
	
a:active {
	color: #990099;
	text-decoration: underline;
	}


#news{
margin: 0px 15px 15px 15px;
	width: 350px;
	padding: 10px;
	background-color: #e3e3e3;
	}