
/* 基本設定
----------------------------------------------- */


html,body{
	height:100%;
	/*margin-bottom:1px;*/
}

/* IE7でpadding指定
:first-child+html body {
padding-left: 1px;
}

/* IE6以下でpadding指定
html body {
padding-left: 1px;
}
*/

body {
	margin:0;
	padding:0;
	font-size:80%;
	line-height:120%;
	font-family:"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro', Osaka, "ＭＳ Ｐゴシック";
	background:#262626;
	/*background-image:url(/img/back.jpg);
	background-repeat:repeat-y;
	background-position:center;*/
	color:#5e4f4a;
}

.container {
	margin:0;
	width:800px;
	text-align:left;
}

.contents {
	margin:0;
	padding:10px;
	width:780px;
	color:#fdfdfd;
	float:left;
	background-image:url(/img/contents_back.jpg);
	background-repeat:repeat-y;
	background-position:center;
	height:500px;
}

.top {
	margin:0;
	padding:0;
	width:100%;
	height:20px;
	vertical-align:middle;
	text-align:center;
	background-image:url(/img/top_back.jpg);
	background-repeat:repeat;
	background-position:center;
}

.header {
	margin:0;
	padding:0;
	width:100%;
	font-size:90%;
	text-align:center;
	float:left;
	color:#ffffff;
}

.footer {
	margin:0;
	padding:0;
	height:80px;
	vertical-align:middle;
	text-align:center;
	background-image:url(/img/contents_bottom_back.jpg);
	background-repeat:repeat;
	background-position:center;
}

.bottom {
	margin:0;
	padding:50px 0 50px 0;
	float:left;
	width:100%;
	color:#ffffff;
	background:#000000;
}


/* グローバル設定
----------------------------------------------- */

img {
    border:0;
}

img.right {
	float:right;
}

img.left {
	float:left;
}

a.normal {
	color:#bb0030;
}

a.white {
	color:#FFFFFF;
}

a:link {
	text-decoration:none;
	color:#c71e0e;
}

a:visited {
	text-decoration:none;
	color:#c71e0e;
}

a:hover {
	text-decoration:underline;
	color:#c71e0e;
}

a:active {
	text-decoration:underline;
	color:#c71e0e;
}


h4 {
	font-size:100%;
	margin:0;
	padding: 2px 10px 2px 0;
	border-bottom: 1px dotted #dadada;
	color:#fff;
	font-weight:normal;
}

div.box {
	padding: 10px;
	border: 1px dotted #fff;
	background:#9d8e7b;
	color:#fff;
}


/* profile
----------------------------------------------- */

div.prof_img {
    float:left;
	margin-right:10px;
}

div.profile {
    float:left;
	width:570px;
}

