/* ===================================================================
 * global settings 
 *
 * ===================================================================*/

* {
	padding : 0px;
	margin : 0px;
	border : 0px;
}

body {
	background-color : #666666;
	text-align : center;
	margin : 0px;
}

#globalposition {
}

#all {
	width : 803px;
	text-align : left;
	background-color : white;
}


#header {
	padding-left : 0px;
	padding-right : 0px;
}

#contents, #footer {
	padding-left : 10px;
	padding-right : 10px;
}

body, td {
	vertical-align : top;
	font-size : 95%;
	line-height : 140%;
	color : #333333;
}

.align_right {
	text-align : right;
}

.navi_next {
	padding-left : 16px;
	background-image : url('mark_next_small.gif');
	background-repeat : no-repeat;
	background-position : left center;
}

.clearboth {
	clear : both;
}

/* ===================================================================
 * header 
 *
 * ===================================================================*/

#header {
	/*	margin-bottom : 10px;	*/
	margin-bottom : 0px;
}

#header .headerbannar {
	/*	background : white url('bg_headerbannar.gif') repeat-x scroll left bottom;	*/
	background : white;
	/*	border-left : 1px solid #9bbcdd;	*/
	border-left : 0px solid #9bbcdd;
	/*	border-right : 1px solid #9bbcdd;	*/
	border-right : 0px solid #9bbcdd;
	/*	border-bottom : 2px solid #1b6992;	*/
	border-bottom : 0px solid #1b6992;
	padding-left : 5px;
	padding-bottom : 10px;
	padding-top : 15px;
}

#header .headerbannar img {
	padding-right : 5px;
	border : 0px;
	vertical-align : middle;
}

#header .headerbannar .headercaption {
	color : black;
	font-size : 200%;
	font-family : "Times";
	font-weight : Roman;
	padding-top : 0.2em;
}

/* ===================================================================
 * header globalnavigation
 *
 * ===================================================================*/

.globalnavi {
	width : 100%;
	background-color : f0f5ff;
	
	margin : 0px;
	margin-bottom : 5px;
	padding : 0px;
}

.globalnavi .globalnaviitem {
	width : 8em;
	float : left;
	font-weight : bold;
	font-size : 80%;
	
	border-left : 1px solid #3E7CBB;
	border-right : 1px solid #3E7CBB;
	border-bottom : 1px solid #3E7CBB;
	border-top : 1px solid #3E7CBB;
	
	margin-right : 5px;
	
	/* border-top : 2px solid #c0c8d5; */
}

.globalnaviitem a {
	color : white;
	text-decoration : none;
	display : block;
	background-color : #9bbcdd;
	text-align : center;
	margin : 0px;
	padding : 3px 0px 3px 0px;
}

.globalnaviitem a:hover {
	color : #3E7CBB;
	background-color : #edeff8;
}

/* ===================================================================
 * contents common settings
 *
 * ===================================================================*/
#contents {
	clear : left;
}

#contents table.layout_contents {
	table-table-layout: fixed;
}

.links a {
	display : block;
	line-height : 120%;
	margin-bottom : 0.4em;
}

#contents .block .blockheader_a, #contents .block .blockheader_b, #contents .block .blockheader_c {
	border-bottom : 2px solid #ffffff;
	padding-left : 5px;
	padding-right : 5px;
	
	line-height : 100%;
	
	vertical-align : middle;
}

#contents .block .blockheadertitle {
	font-weight : bold;
	color : white;
	background-repeat : no-repeat;
	background-position : left center;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 18px;
	vertical-align : middle;
}

#contents .block .blockheadertitle img.rss {
	margin-left : 1em;
	vertical-align : middle;
}

#contents .block .blockheaderother {
	float : left;
	padding-left : 1em;
}

#contents .block .blockcontents {
	padding : 10px;
}

#contents .block .blockheader_a {
	/*	background : #feec94 url('bg_blockheader_a.gif') repeat scroll left center;	*/
	background : #56A2CB;
	/* background : #3d3d3d; */
}

/*	#contents .block .blockheader_a .blockheadertitle {
	background-image : url('mark_header_a.gif');
}	*/

#contents .block .blockheader_b {
	/*	background : #fcd6e0 url('bg_blockheader_b.gif') repeat scroll left center;	*/
	background : #ffffff;
}

/*	#contents .block .blockheader_b .blockheadertitle {
	background-image : url('mark_header_b.gif');
}	*/

#contents .block .blockheader_c {
	/*	background : #9bbcdd url('bg_blockheader_c.gif') repeat scroll left center;	*/
	background : #3d3d3d;
}

/*	#contents .block .blockheader_c .blockheadertitle {
	background-image : url('mark_header_c.gif');	*/
}

#contents .subject {
	font-weight : bold;
}

#contents .subcaption {
	font-size : 90%;
	color : #666666;
}

/* ページ切替ナビゲーション */
#contents .pagenavigation {
	font-size : 90%;
	color : #666666;
	padding-left : 0.3em;
	padding-right : 0.3em;
	padding-top : 0.1em;
	padding-bottom : 0.1em;
	background-color : #f6f6ff;
	margin-bottom : 5px;
}

/* カテゴリメニュー */
#contents .categorymenu a {
	width : 6em;
	display : block;
	border : 1px solid #9bbcdd;
	border-bottom : 0px solid #9bbcdd;
	float : left;
	margin-right : 0.5em;
	padding-left : 0.5em;
	padding-right : 0.5em;
	padding-top : 0.3em;
	padding-bottom : 0.3em;
	color : #3E7CBB;
}

#contents .categorymenu a.selected {
	background-color : #f6f6ff;
	font-weight : bold;
}



/* ===================================================================
 * contents_main
 *
 * ===================================================================*/
#contents_main {
	width : 600px;
	/* border-right : 1px solid #9bbcdd; */
}

#contents_main .block {
	margin-right : 5px;
	margin-bottom : 10px;
	background-color : #ffffff;
	/* background-color : #e9eeb5; */
	
	border : 0px solid #9bbcdd;	/* ここを1pxにすれば、blockに線が入る */
}

#contents_main .blockcontents img.photo {
	display : block;
	float : left;
	border : 1px solid #9bbcdd;
	margin-right : 0.8em;
	margin-bottom : 0.8em;
}


#contents_main .block .blockheader_a, #contents .block .blockheader_b, #contents .block .blockheader_c {
	border-top : 0px solid #9bbcdd;
	border-right : 0px solid #9bbcdd;
	border-bottom : 2px solid #ffffff;
	border-left : 0px solid #9bbcdd;
}


/* ===================================================================
 * contents_sub
 *
 * ===================================================================*/
#contents_sub {
	width : 203px;
}

#contents_sub .block {
	margin-left : 5px;
	margin-bottom : 1em;
	background-color : #BDE0FF;
	/* background-color : #e9eeb5; */
}

#contents_sub .blockcontents {
	font-size : 90%;
}

#contents_sub .blockcontents img {
	display : block;
	border : 1px solid #9bbcdd;
	margin-bottom : 5px;
}

/* ===================================================================
 * footer
 *
 * ===================================================================*/
#footer {
	margin-top : 10px;
	padding-bottom : 5px;
}

#footerbannar {
	font-size : 85%;
	/*	background : white url('bg_headerbannar.gif') repeat-x scroll left bottom;	*/
	/*	border : 1px solid #9bbcdd;	*/
	border : 1px solid #000000;
	/*	border-bottom : 2px solid #9bbcdd;	*/
	border-right : 0px solid #000000;
	border-left : 0px solid #000000;
	border-bottom : 0px solid #000000;
	padding : 0.5em;
}

/* ===================================================================
 * original
 *
 * ===================================================================*/
#titlehr {
	border : 1px solid #000000;
	border-right : 0px solid #000000;
	border-left : 0px solid #000000;
	border-bottom : 0px solid #000000;
	margin-top : 5px;
	/*	margin-bottom : 5px;	*/
	padding : 5px;
}

#sns li {
	display:inline;
	float: right; 
}