@charset "utf-8";

/*==============================================================

　【 Ishiwata-blog css 】

　1. 共通設定
　2. プロフィール

================================================================*/

/*----------------------------------------------------------------
　1. 共通設定
----------------------------------------------------------------*/

#header {
	min-width:460px;
	margin:0 auto;
	background:url(../common/images/bg_header.gif) repeat-x;
	height:30px;
	}
	
#header .inner {
	width:460px;
	margin:0 auto;
	}

#header .submenu {
	float:right;
	position:relative;
	width:120px;
	top:5px;
	}

#wrapper {
	margin:0 auto;
	padding: 0;
	width:460px;
	background: #FFF;
	text-align:left;
	}

#container {
	margin:0 25px;
	width:410px;
	background:url(../common/images/bg_side.gif) repeat-y;
	text-align:left;
	}

#content {
	width:410px;
	margin:0;
	padding-bottom:35px;
	float:left;
	background:#FFF;
	}

.copyright {
	clear:both;
	min-width:460px;
	background:#1B2071;
	color:#FFF;
	font-size:65%;
	padding:9px 0 7px 0;
	}

.copyright .inner {
	width:450px;
	text-align:right;
	margin:0 auto;
	}


/*----------------------------------------------------------------
　2. 概要
----------------------------------------------------------------*/

#popup h1 {
	font-size:75%;
	line-height:160%;
	margin:25px 0 15px 0;
}

#popup .lead {
	font-size:75%;
	line-height:160%;
	margin:0;
	padding: 0;
}

#popup .lead img {
	float: right;
	margin: 3px 0 10px 15px;
}
