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

/* ************************************************ 
 *	共通設定
 * ************************************************ */
 * {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana;
}

br.clear {
	clear: both;
}

img{
	border: 0px;
}

li{
	list-style: none;
}

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	width:960px;
	padding: 0px;
	background: url(../../images/bg.gif) repeat-y;
	height: auto;
	margin: 0px auto;
}

/* ------------------------------------- 
 *	リンクの色設定（初級モードで設定）
 * ------------------------------------- */

a:link {
	color: #330099;
	text-decoration: none;
}

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

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

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


/*ヘッダー ロゴ、グローバルメニュー*/
#header {
	width:950px;
	padding: 0px;
	margin: 0px 5px 0px 5px;
}
.logo {
	height: 110px;
	width: 275px;
	float: left;
	padding: 0px 0px 0px 337px;
	text-align: left;
	margin: 0px;
}
.member {
	height: 30px;
	width: 140px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.line1{
	width: 950px;
	height: 8px;
	margin: 0px;
	padding: 0px;
	float: left;
	}
.line2{
	width: 950px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-image: url(../../images/header_shadow.gif);
	background-repeat: repeat-x;
}
	
/*ナビゲーション*/
#topnavi  {
	width:950px;
	height:40px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../../images/navi_shadow.gif);
	background-repeat: repeat-x;
}

#topnavi ul{
	margin: 0px;
	padding: 0px;
	width: 950px;
}
#topnavi li{
	font-size: 11px;
	font-weight: bold;
	line-height: 1.6;
	float: left;
	list-style: none;
	color: #666666;
}
#topnavi li a{
	color: #FFFFFF;
}
.sp {
	padding: 10px 0px 0px 0px;
	margin: 0px 5px 0px 5px;
}  
.pt {
	width: 110px;
	height:30px;
	padding: 10px 0px 0px 0px;
	background:url(../../images/navi_sankaku.gif) no-repeat left top;
}  


/*メインエリア*/
#main {
	width:950px;
	background: url(../../images/main.jpg) no-repeat;
	padding: 0px;
	height: 385px;
	margin: 0px;
}
#main #mainbanner{
	width:640px;
	height: 117px;
	margin: 0px;
	float: left;
	padding-top: 270px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#main #mainbanner img{
	margin: 0px;
}
#course{
	float: right;
	width: 240px;
	height: 350px;
	margin: 15px 30px 0px 0px;
}
.coursearea {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

/*インフォメーションエリア*/
#information {
	width:920px;
	height:28px;
	border: 1px solid #CCCCCC;
	text-align: left;
	margin: 0px 15px 10px 15px;
	padding: 0px;
	clear: both;
	}
.title{
	width:84px;
	float: left;
	height: auto;
	margin-right: 10px;
}
.txt{
	height: 25px;
	padding-top: 5px;
	font-size: 12px;
	line-height: 1.6;
}
	
	
/*サブエリア*/
#box {
	width:920px;
	text-align: left;
	margin: 0px 15px 0px 15px;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.step {
	width:596px;
	float: left;
	text-align: left;
	margin-right: 20px;
}
.updateareatitle {
	width:300px;
	float: left;
}
.updatearea {
	width:300px;
	float: right;
	text-align: left;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	line-height: 1.6;
}
.updateareadetail {
	width:300px;
	text-align: left;
	clear: both;
}
.tblstyleupdate{
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	line-height: 1.4;
	background-color: #ffffff;
}

		
/*バナーエリア*/
#container #contents #softbanner {
	width: 874px;
	margin: 0px;
	padding: 20px 38px 20px 38px;
	clear: both;
	float: left;
}
table.bannerlist {
	width: 700px;
	border: 1px #bebebe solid;
	border-collapse: collapse;
	border-spacing: 0;
	height: 150px;
}

table.bannerlist th {
    padding: 1px;
    border: #bebebe solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
}
table.bannerlist td {
    padding: 0px;
    border: 1px #bebebe solid;
    border-width: 0 0 1px 1px;
	background: #F5F5F5;
}

/*コンテンツ	*/
#container #contents {
	width:950px;
	height: auto;
	padding: 0px;
	margin: 0px 5px 0px 5px;
	clear: both;
}

/*コンテンツエリア	*/
.contentsarea{
	width:638px;
	margin-bottom: 30px;
	clear: both;
	background-color: #f5f6f7;
	border: 1px solid #DDDDDD;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: auto;
}

.coursedetailarea img{
	margin:  0px 0px 10px 10px;
	float: right;
}

.coursedetailarea{
	width:638px;
	margin-bottom: 30px;
	clear: both;
	background-color: #f5f6f7;
	border: 1px solid #DDDDDD;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: 275px;
}

.contentsareacenter{
	width:638px;
	padding: 20px;
	margin-bottom: 30px;
	clear: both;
	text-align: center;
}

.contentstitle{
	width:660px;
	clear: both;
	background-image: url(../../images/title_bar.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.tblline{
	border: solid 1px #cccccc;
	border-collapse: collapse;
}

.tblstyle{
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	line-height: 1.6;
	border: solid 1px #cccccc;
	background-color: #ccffff;
}

.tblstylewhite{
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	line-height: 1.6;
	border: solid 1px #cccccc;
	background-color: #ffffff;
}
.titlef{
	border-bottom: 1px dotted #666666;
	height: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.red{
	color: #FF0000;
		float: left;
	width: 10px;
	margin-right: 10px;
}
.blue{
	color: #0000FF;
	float: left;
	width: 10px;
	margin-right: 10px;
}
.prize{
	width: 638px;
	margin-bottom: 30px;
	margin-top: 10px;
	height: 200px;
}
.prizeimg{
	width: 200px;
	float: left;
	height: 200px;
	margin-right: 20px;
}
.prizebox{
	width: 418px;
	float: right;
	height: auto;
}

/*ライトエリア*/
#container #contents #rightarea {
	width:680px;
	padding: 0px;
	text-align: left;
	float: right;
	margin: 0px 20px 30px 0px;
}
	
	
/*レフトエリア*/
#container #contents #left {
	width:210px;
	margin-right: 20px;
	margin-left: 20px;
	padding:0;
	text-align: left;
	float: left;
	background-image: url(../../images/left_bg.gif);
	background-repeat: no-repeat;
}
#container #contents #left2 {
	width:210px;
	margin-right: 20px;
	margin-left: 20px;
	padding:0;
	text-align: left;
	float: left;
	background-image: url(../../images/left_bg2.gif);
	background-repeat: no-repeat;
}

#container #contents #leftbanneronly {
	width:210px;
	margin-right: 20px;
	margin-left: 20px;
	padding:0;
	text-align: left;
	float: left;
}

#container #contents #left ul {
	height: 130px;
	padding: 50px 0px 0px 20px;
	margin: 0;
	list-style-type: none;
	font-size: 11px;
	line-height: 1.6;
}
#container #contents #left li {
	margin-bottom: 15px;
}
#container #contents #left2 ul {
	height: 240px;
	padding: 50px 0px 0px 20px;
	margin: 0;
	list-style-type: none;
	font-size: 11px;
	line-height: 1.6;
}
#container #contents #left2 li {
	margin-bottom: 15px;
}

.twiiterbanner{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

	
/*パンくずリスト*/
	
#contents #rightarea #list  {
	width:680px;
	height:30px;
	float: left;
	font-size: 11px;
}

.listmenu  {
	padding:0;
	margin: 8 0 0;
	height: 30px;
}  
.listmenu ul{
	float: left;
	}
.listmenu li{
	float: left;
	list-style: none;
	margin-right: 10px;
}
.listmenu li a{
	display:block;
	text-align: left;
}

/*font指定*/
	
h1{
	font-size: 16px;
	line-height: 2;
}
	
h2{
	padding: 0px;
	font-size: 13px;
	line-height: 2;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3{
	padding: 0px;
	margin: 10px 0px 0px 0px;
	font-size: 11px;
	line-height: 1.6;
}
h4{
	padding: 0px;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	line-height: 1.4;
	font-weight: normal;
	color: #FF6600;
	
}
h5{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 13px;
	line-height: 1.4;
	font-weight: bold;
	color: #FF6600;
	
}
h6{
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
}
.font16{
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	line-height: 2.0;
	font-weight: bold;
	color: #FF6600;
}
p{
	padding: 0px;
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	line-height: 1.6;
}
.medium{
	font-size: 11px;
	font-weight: bold;
}
.small{
	font-size: 10px;
	line-height: 1.4em;
}
.prizetitle{
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
}
.prizecopy{
	font-size: 14px;
	color: #FF6600;
	line-height: 1.4em;
	font-weight: bold;
}
.bold{
	font-weight: bold;

}
/*スポンサー*/

#container #sponcerarea {
	width:940px;
	padding: 0px;
	clear: both;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}
#container #sponcerarea ul {
	margin:0px;
	padding: 0px;
	list-style: none;
}
#container #sponcerarea li {
	margin:0px;
	padding: 0px;
	display:inline;
}
#container #sponcerarea img {
	margin:0px 20px 0px 0px;
	padding: 0px;
}

	
/*フッター*/
#footer {
	width:950px;
	font-size: 11px;
	line-height: 1.6;
	background: url(../../images/footer_bg.gif) repeat-x;
	padding-top: 10px;
	height: 40px;
	margin-right: 5px;
	margin-left: 5px;
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*技術情報*/

.oss-list{
	font-size: 11px;
	line-height: 1.6;
	border: solid 1px #666666;
}
.oss-list td,th{
	padding: 2px;
	border: solid 1px #666666;
}


.headerfont{
	padding: 0px;
	margin: 5px 0px 0px 0px;
	font-size: 11px;
	line-height: 1.6;
	color: #FFFFFF;
}

.resultlist{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

/*決勝大会*/

.special{
	width:640px;
	height:23px;
	text-indent:20px;
	font-size: 12px;
	margin-top:20px;
	padding-top:3px;
	background: url(../../images/special_bg.png) no-repeat ;
	line-height: 1.6;
}

.special_index{
	margin:10px 0 10px 20px;
}
