@charset "ISO-8859-1";

/*=============================================================
	URI: http://www.yasukuni.or.jp/
	Created: 2008.1
=============================================================*/

/*========================Contents=============================
 01) Clear
 02) Float
 03) Align
 04) Margin / Padding
 05) Font
 06) ListStyle
 07) Border style
 08) Other
=============================================================*/

/*-------------------------------------------------------------
	01) Clear
-------------------------------------------------------------*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfix {display:inline-block;}

/* exclude MacIE5 \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* end MacIE5 */

/*-------------------------------------------------------------
	02) Float
-------------------------------------------------------------*/
.flL {float:left;}
.flR {float:right;}

/*-------------------------------------------------------------
	03) Align
-------------------------------------------------------------*/
.leftL {text-align:left;}
.rightL {text-align:right;}
.centerL {text-align:center;}

.vTop {vertical-align:top;}
.vMiddle {vertical-align:middle;}
.vBottom {vertical-align:bottom;}

/*-------------------------------------------------------------
	04) Margin / Padding
-------------------------------------------------------------*/
.bottomM {margin-bottom:30px;}

.mb20 {margin-bottom:20px;}

.sp30 {height:30px;}

/*-------------------------------------------------------------
	05) Font
-------------------------------------------------------------*/
.b {font-weight:bold;}

.indent p {
	text-indent:0.8em;
	margin-bottom:0;
	}

/*-------------------------------------------------------------
	06) ListStyle
-------------------------------------------------------------*/
.liststyle01 li {
	padding-left:10px;
	margin-bottom:1em;
	font-size:84%;
	background:transparent url(../images/shared/list_01.gif) 0 7px no-repeat;
	}

.liststyle02 li {
	padding-left:10px;
	font-size:84%;
	background:transparent url(../images/shared/list_01.gif) 0 7px no-repeat;
	}

.liststyle03 li {
	padding-left:5px;
	margin-bottom:1.2em;
	font-size:84%;
	background:transparent url(../images/shared/list_01.gif) 0 7px no-repeat;
	}

.liststyle01 li.off {background:none;}

/*-------------------------------------------------------------
	07) Border style
-------------------------------------------------------------*/
.grayBox {border:3px solid #efefef;}

.grayBg {
	padding:10px;
	margin-bottom:10px;
	background:#f3f3f3;
	}


/*-------------------------------------------------------------
	08) Other
-------------------------------------------------------------*/
.more {
	margin:10px 0 30px;
	text-align:right;
	}

.more a {
	padding-left:10px;
	background:transparent url(../images/shared/arrow_02.gif) left center no-repeat;
	}

.pagetopSet {position:relative;}

.pagetopSet .backto {
	position:absolute;
	left:0;
	top:0;
	}
