@charset "utf-8";
/*
Theme Name: Hulas Scholarship Project Theme
Theme URI: http://hulascholarship.com/
Description: Hulas Scholarship Project
Version: 1.0
Author: Design Composite
Author URI: http://composite.jpn.org/
*/
/* コンテナ */
body {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meirio",sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: rgb(37,27,23);
	}
a{
	color: rgb(80,120,180);
	text-decoration: none;
	}	
a:hover{
	color: rgb(40,80,120);
	text-decoration: underline;
	}
img{
border:0;
	margin: 0px;
	padding: 0px;
}
	
#page{
	width: 900px;
	margin: 0 auto;
	text-align: center;
	background-image: url(http://hulascholarship.com/info/images/background.png);	/* ここに入れるかcontentsに入れるか */
	background-repeat: repeat-y;
	}
/* IEハック */
	* html #page{
		width: 920px;
		margin: 0 auto;
		text-align: center;
		background-image: url(http://hulascholarship.com/info/images/background.png);
		background-repeat: repeat-y;
	}


#header{
	width: 900px;
	height:300px;
	margin: 0;
	}
/* IEハック */
	* html #header{
		width: 920px;
		height:300px;
		margin: 0;
	}
#header_left{
	float: left;
	width: 600px;
	height:300px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
/* IEハック */
	* html #header_left{
		float: left;
		width: 600px;
		height:300px;
		padding: 0px 0px 0px 20px;
		margin: 0px;
		}
#header_right{
	text-align: left;
	float: right;
	width: 280px;
	height:300px;
	margin: 0px auto 0px 0px;
	padding:0;
	overflow: hidden;
}
/* IEハック */
	* html #header_right{
		text-align: left;
		float: right;
		width: 300px;
		height:300px;
		margin: 0px auto 0px 0px;
		padding:0;
		overflow: hidden;
		}
#main_container{
	width: 900px;
	margin: 0;
}
/* IEハック */
	* html #main_container{
		width: 920px;
		margin: 0;
		}


#content{
	float: left;
	text-align: left;
	width: 620px;
	margin: 0px;
	padding-bottom: 50px;
}
#sidebar{
	float: right;
	text-align: left;
	width: 280px;
	margin: 0px;
	padding: 0px;
}
/* IEハック */
	* html #sidebar{
		float: right;
		text-align: left;
		width: 300px;
		margin: 0px;
		padding: 0px;
	}
#footer{
	margin: 0 auto;
	text-align: left;
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	clear: both;
}

/* 全体で使う */
.alignleft{
	text-align: left;
	}
	
/* ブログの説明・不可視にする */
#headerdescription{
	display:none;
	}
	
/* バナーのマージン */
.header_banner{
	padding-top: 5px;	
	padding-left: 10px;	
	}
/* ページタイトルの座布団 */
#pageTitle{
	width: 620px;
	height:30px;
	background-image: url(http://hulascholarship.com/info/images/page_title_main.jpg);
	background-repeat: no-repeat;
	}
.pankuzu {
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
	font-size: 14px;
	color: rgb(200,200,200);
	}
#pageTitle a{
	color: rgb(200,200,200);
	text-decoration: none;
	}	
#pageTitle a:hover{
	color: rgb(160,180,255);
	text-decoration: none;
	}
	
/* ループ文 */
.entry {
	margin: 10px 10px 0px 30px;
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	color: rgb(80,80,80);
	border: 1px dotted #D9D6CD;
	}
/* IEハック */
	* html .entry {
	margin: 10px 10px 0px 30px;
	padding: 10px 5px 10px 10px;
	font-size: 12px;
	line-height: 20px;
	color: rgb(80,80,80);
border: 1px dotted #D9D6CD;
	}
#content h2 {
	width: 580px;
	height:26px;
	background-image: url(http://hulascholarship.com/info/images/content_h2_plate.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	margin: 20px auto 10px 30px;
	padding-top: 5px;
	padding-left: 10px;
	color: rgb(60,60,60);
	font-weight: bold;
	}
#content .date{
	font-size: 9px;
	text-align: right;
	}
#content p{
	margin: 0;
	}
.navigation{
	margin: 10px 20px 0px 40px;
	font-size: 12px;
	line-height: 18px;
	color: rgb(120,120,120);
	}
#content h2 a{
	color: rgb(60,60,60);
	text-decoration: none;
	}	
#content h2 a:hover{
	color: rgb(80,120,180);
	text-decoration: none;
	}
	
/* サイドバー */
/* ページタイトルの座布団 */
#pageTitleSide{
	width: 280px;
	height:30px;
	}
/* メニューの見出し */

.menuList{
	margin: 10px 20px 0px 10px;
	}
.menuList ul{
	margin: 0px 0px 10px 0px;
	padding: 0;
	}
.menuList li{
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	}
.menuList li li a{
	display: block;
	margin: 0;
	padding-top: 3px;
	padding-left: 5px;
	width: 260px;
	height:22px;
	list-style-image: none;
	list-style-type: none;
	background-image: url(http://hulascholarship.com/info/images/side_link_off.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: rgb(60,60,60);
	text-decoration: none;
	}
.menuList li li a:hover{
	display: block;
	margin: 0;
	padding-top: 3px;
	padding-left: 5px;
	width: 260px;
	height:22px;
	list-style-image: none;
	list-style-type: none;
	background-image: url(http://hulascholarship.com/info/images/side_link_on.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: rgb(80,120,180);
	text-decoration: none;
	}
.menuList h2{
	display: block;
	width: 260px;
	height:22px;
	background-image: url(http://hulascholarship.com/info/images/side_h2_plate.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: rgb(200,200,200);
	margin: 5px 0px;
	padding-top: 3px;
	padding-left: 5px;
	font-weight: bold;
	}
.tomain a{
	margin-top: 0px;
	padding: 0;
	font-size: 12px;
	color: rgb(160,160,160);
	text-decoration: none;
	}	
.tomain a:hover{
	margin-top: 0px;
	padding: 0;
	font-size: 12px;
	color: rgb(80,120,180);
	text-decoration: none;
	}	

/* フッダ	 */	
	
.copyrights{
	width:900px;
	height:80px;
	margin:0;
	padding: 10px 0px 10px 40px;
	font-size: 10px;
	line-height: 15px;
	color: rgb(160,160,160);
	background-image: url(http://hulascholarship.com/info/images/background_footer.png);
	background-repeat: no-repeat;
	background-color: rgb(37,27,23);
	}
.copyrights a{
	color: rgb(80,120,180);
	text-decoration: none;
	}	
.copyrights a:hover{
	color: rgb(40,80,120);
	text-decoration: underline;
	}	

/* カテゴリ用ヘッダ・カテゴリ用ヘッダ・カテゴリ用ヘッダ・カテゴリ用ヘッダ・カテゴリ用ヘッダ */
	
#cat_header{
	width: 900px;
	height:160px;
	margin: 0;
	}
/* IEハック */
/* IEハック */
	* html #cat_header{
		width: 920px;
		height:160px;
		margin: 0;
	}
#cat_header_left{
	float: left;
	width: 600px;
	height:160px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
/* IEハック */
	* html #cat_header_left{
		float: left;
		width: 600px;
		height:160px;
		padding: 0px 0px 0px 20px;
		margin: 0px;
		}
#cat_header_right{
	text-align: left;
	float: right;
	width: 280px;
	height:160px;
	margin: 0px auto 0px 0px;
	padding:0;
	overflow: hidden;
}
/* IEハック */
	* html #cat_header_right{
		text-align: left;
		float: right;
		width: 280px;
		height:160px;
		overflow: hidden;
		}

/* 写真の装飾 */
p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* 写真のフロートのクリア */
.entry p{
clear:both;
}
.date{
clear:both;
}
/* 文字要素の装飾 */
p,blockquote,ul,ol,li,dl,dt,dd{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 20px;
}
dt{
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
.entry blockquote,dd{
	margin-left: 20px;	
}
.entry ul,ol{
padding-left: 20px;	
}
.waku{
	border: 1px solid rgb(215,215,200);
	padding: 2px;
background-color: rgb(240,240,230);
}

