@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.gif);	/* ここに入れるか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.gif);
		background-repeat: repeat-y;
	}


#header{	text-align: left;
	width: 900px;
	height:220px;
	margin: 0;
	background-image: url(http://hulascholarship.com/info/images/main_header.jpg);
	}

/* IEハック */
	* html #header{text-align: left;
		width: 920px;
		height:220px;
		margin: 0;
		background-image: url(http://hulascholarship.com/info/images/main_header.jpg);
	}
#header_left{
	text-align: left;
	float: left;
	width: 600px;
	height:220px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
/* IEハック */
	* html #header_left{
		text-align: left;
		float: left;
		width: 600px;
		height:220px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 20px;
		}
#cat_header{
	text-align: left;
	width: 900px;
	height:160px;
	margin: 0;
	}
/* IEハック */
	* html #cat_header{text-align: left;
		width: 920px;
		height:160px;
		margin: 0;
		}
#cat_header_left{
	text-align: left;
	float: left;
	width: 600px;
	height:160px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
/* IEハック */
	* html #cat_header_left{
		text-align: left;
		float: left;
		width: 600px;
		height:160px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 20px;
		}


/* ブログのタイトル・ブログの説明文・不可視にする */
#headerdescription{display:none;}

#header_right{
	text-align: left;
	float: right;
	width: 280px;
	height:220px;
	margin: 0px auto 0px 0px;
	padding:0;
	overflow: hidden;
}
/* IEハック */
	* html #header_right{
		text-align: left;
		float: right;
		width: 300px;
		height:220px;
		margin: 0px auto 0px 0px;
		padding:0;
		overflow: hidden;
		}
#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: 300px;
		height:160px;
		margin: 0px auto 0px 0px;
		padding:0;
		overflow: hidden;
		}


#main_container{
	width: 900px;
	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 #main_container{
		width: 930px;
		margin: 0;
		}
	* html #content{
		float: left;
		text-align: left;
		width: 620px;
		margin: 0px;
		padding-bottom: 50px;
		}
	* html #sidebar{
		float: right;
		text-align: left;
		width: 310px;
		margin: 0px;
		padding: 0px;
		}
#footer{
	margin: 0 auto;
	text-align: left;
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	clear: both;
}

/* 全体で使う */
.alignleft{
	text-align: left;
	}
	
	
/* ヘッダのバナーのマージン */
.header_banner{	
	padding: 0px 0px 0px 10px;
	}
.cat_header_banner{	
	padding: 0px 0px 0px 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: 11px;
	font-size: 10px;
	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;
	}
/* IEハック */
	* html #pageTitleSide{
		width: 280px;
		height:30px;
	}
/* メニューの見出しメインページ */
.menuList_main{
	margin: 10px 20px 0px 10px;
	}
.menuList_main ul{
	margin: 0px 0px 10px 0px;
	padding: 0;
	}
.menuList_main li{
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	}
.menuList_main h2{
	display: none;
	}
.link_sidebar a{
	display: block;
	margin: 0;
	padding-bottom: 3px;
	width: 250px;
	height: 83px
	list-style-image: none;
	list-style-type: none;
	background-color: rgb(37,27,13);
	}
.link_sidebar a:hover{
	display: block;
	margin: 0;
	padding-bottom: 3px;
	width: 250px;
	height: 83px
	list-style-image: none;
	list-style-type: none;
	background-color: rgb(80,120,180);
	}

.link_sidebar_text{
	margin: 0px 0px 10px 0px;
	padding: 2px 3px 2px 5px;
	font-size: 11px;
	line-height: 14px;
	color: rgb(235,235,235);
	text-decoration: none;
	background-color: rgb(70,50,10);
	}

/* メニューの見出しカテゴリ */
.menuList{
	margin: 10px 20px 0px 10px;
	}
.menuList ul{
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	}
/* メニューの見出しの座布団の指定 */
.cat-item a{
	display: block;
	margin: 0;
	padding: 7px 0px 0px 17px;
	width: 260px;
	height:32px;
	list-style-image: none;
	list-style-type: none;
	background-image: url(http://hulascholarship.com/info/images/N_side_link_off.jpg);
	background-repeat: no-repeat;
	font-size: 13px;
	color: rgb(60,60,60);
	text-decoration: none;
	}
.cat-item a:hover{
	display: block;
	margin: 0;
	padding: 7px 0px 0px 17px;
	width: 260px;
	height:32px;
	list-style-image: none;
	list-style-type: none;
	background-image: url(http://hulascholarship.com/info/images/N_side_link_on.jpg);
	background-repeat: no-repeat;
	font-size: 13px;
	color: rgb(80,120,180);
	text-decoration: none;
	}
.current-cat a{
	display: block;
	margin: 0;
	padding: 7px 0px 0px 17px;
	width: 260px;
	height:32px;
	list-style-image: none;
	list-style-type: none;
	background-image: url(http://hulascholarship.com/info/images/N_side_link_current.jpg);
	background-repeat: no-repeat;
	font-size: 13px;
	color: rgb(60,60,60);
	text-decoration: none;
	}

.menuList h2{
	display: block;
	margin: 0;
	padding: 6px 0px 0px 3px;
	width: 260px;
	height:32px;
	background-image: url(http://hulascholarship.com/info/images/N_side_h2_plate.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: rgb(200,200,200);
	font-weight: normal;
	}
.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(160,160,160);
	text-decoration: none;
	}	
.copyrights a:hover{
	color: rgb(80,120,180);
	text-decoration: underline;
	}	

/* 写真の装飾 */
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);
}


