@charset "UTF-8";

/* ----------------------------------------------------------------
 * Basic - 基本要素
 * ---------------------------------------------------------------- */
*{
	font: normal normal normal 100%/1.3 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",serif;
	color: #333333;
	margin: 0;
	padding: 0;
	border: none;
}

/* ----------------------------------------------------------------
 * Block - ブロック要素
 * ---------------------------------------------------------------- */
p{
	margin: 1em 1em 1em 2em;
	line-height: 1.5;
}
h1{
	font: 120% "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",serif;
	font-weight: bold;
	padding: 50px 0 20px 20px;
}
h2{
	background: url(images/e_h2.png) no-repeat top left;
	font: 18px "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",serif;
	font-weight: bold;
	height: 36px;
	margin: 1em 0 0 12px;
	padding: 4px 0 0 12px;
	max-width: 1256px;
	clear: both;
}
h3{
	font-weight: bold;
	margin: 1em;
	border-left: 8px solid #999999;
	padding-left: 8px;
}
h4{
	font-weight: bold;
	margin: 1.5em 1em 1em 2em;
	border-bottom: 2px solid #cccccc;	
}
hr{
	height: 0;
	border-width: 0;
	border-top: 1px dashed #666666;
	margin: 1.5em;
}

/* ----------------------------------------------------------------
 * List - リスト要素
 * ---------------------------------------------------------------- */
#contents li{
	line-height: 1.5;
	margin: 1em 1em 1em 3em;
	list-style-image: url(images/e_li.png);
}
#contents li li{
	background: url(images/e_li_li.png) no-repeat left center;
	margin: 0 0 0 1em;
	padding: 0 0 0 12px;
	font-size: 80%;
	list-style: none;
	display: inline;
	white-space: nowrap;
}

/* ----------------------------------------------------------------
 * Table - テーブル
 * ---------------------------------------------------------------- */
table{
	margin: 1em 20px 1em 30px;
	border: 1px solid #333333;
	border-collapse: collapse;
}
th{
	color: #333333;
	background: #cccccc;
	font: normal normal bold 100%/1.3 "ヒラギノ角ゴ Std W8","Hiragino Kaku Gothic Std,"ＭＳ Ｐゴシック","MS PGothic","メイリオ","Meiryo",sans-serif;
	border: 1px dashed #333333;
	padding: 4px;
	white-space: nowrap;
}
td{
	border: 1px dashed #333333;
	padding: 4px;
}


/* ----------------------------------------------------------------
 * Inline - インライン要素
 * ---------------------------------------------------------------- */
a{
	color: #0000ff
}
a:hover, a:active{
	color: #ff0000
}

/* ----------------------------------------------------------------
 * Fontstyle - 物理スタイル
 * ---------------------------------------------------------------- */
small{
	font-size: 80%;
}

/* ----------------------------------------------------------------
 * Phrase - 論理スタイル
 * ---------------------------------------------------------------- */
var{
	color: #006600;
}

/* ----------------------------------------------------------------
 * Formctrl - フォームとコントロール
 * ---------------------------------------------------------------- */
input[type="text"], input[type="password"], textarea{
	background: #ffffff;
	border-width: 2px 1px 1px 1px;
	border-style: solid;
	border-color: #666666 #666666 #999999 #999999;
	padding: 2px;
}

input[type="submit"]{
	color: #0000ff;
	background: #ffffff url(images/e_input_submit.png) no-repeat 2px center;
	border-width: 1px 1px 2px 1px;
	border-style: solid;
	border-color: #999999 #999999 #666666 #666666;
	padding: 2px 2px 2px 16px;
	cursor: pointer;
}
input[type="reset"]{
	color: #0000ff;
	background: #ffffff url(images/e_input_reset.png) no-repeat 2px center;
	border-width: 1px 1px 2px 1px;
	border-style: solid;
	border-color: #999999 #999999 #666666 #666666;
	padding: 2px 2px 2px 16px;
	cursor: pointer;
}

/* ----------------------------------------------------------------
 * Pagestyle - ページのスタイル
 * ---------------------------------------------------------------- */
#menu{
	background: url(images/p_navi.png) repeat-x top left;
	color: #ffffff;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	position: fixed;
	z-index: 1;
}
#menu li{
	margin-left: 4px;
	list-style: none;
	display: inline;
	white-space: nowrap;
}
#menu a, #photo a{
	color: #ffffff;
}
#menu a:hover, #menu a:active, #photo a:hover, #photo a:active{
	color: #cccccc;
}
#photo{
	background: url(images/p_photo.jpg) no-repeat top left;
	width: 100%;
	max-width: 1280px;
	height: 200px;
}
#photo #logo{
	height: 168px;
}
#photo #here{
	background: #000000;
	color: #ffffff;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-indent: 8px;
	opacity: 0.6;
	overflow: hidden;
}
#contents{
	max-width: 1280px;
}
#diary_link{
	font-size: 80%;
	text-align: right;
}
#copy{
	background: url(images/p_footer.png) no-repeat left top;
	height: 160px;
}
