/*基本設定*/
* {
	margin: 0; padding: 0; border: none;
}
h1, h2, h3, p, input, textarea, select {
	font-size: 100%;
	font-weight: normal;
}
li {
	list-style: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
p {
	color: #003;
	font-size: 12px;
}
a:link {
	color: #402020;
}
a:visited {
	color: #402020;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #402020;
} 
/*全体*/
body {
	background-image: url(../images/back.jpg) ;
	background-repeat: repeat-x;
	background-attachment: fixed;
	overflow-x: hidden;
}
/*共通*/
#container {
	width: 641px;
	margin: 0 auto;
	border-left: #cccccc dotted 1px;
	border-right: #cccccc dotted 1px;
}
#header {
	width: 641px;
	height: 520px;
	padding-left: 380px;
	margin-top: -20px;
	background: url(../images/image.jpg) no-repeat;
}
#header h1 {
	padding-top: 32px;
}
#menu {
	margin-left: auto;
	margin-right: auto;
	width: 641px;
	margin-top: -300px;
}
#menu li {
	float: left;
	margin-bottom: 0px;
}
/*内容*/
#main {
	width: 601px;
	padding: 30px 20px 50px 20px;
	clear: both;
	background-color: #fff;
}
#main p {
	letter-spacing: 1px;
	line-height: 18px;
	padding-left: 33px;
	padding-right: 33px;
}
/*フォーム*/
form {
	background: #ffffff;
}
form div {
	font-size: 12px;
	padding: 5px 20px;
}
input {
	border: 1px solid #cccccc;
}
input.b {
	font-size: 12px;
	margin: 0 -90px 0 100px;	
}
textarea {
	border: 1px solid #cccccc;
}

/*見出し*/
.icon {
	padding: 0 3px 3px 0;
}
#main h2 {
	color: #f39800;
	font-size: 12px;
	font-weight: bold;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #1683c4;
	border-left: 6px solid #1683c4;
	line-height: 160%;
	padding-left: 10px;
	margin-bottom: 5px;
}
/*ブログ*/
.blog_img {
	padding: 5px 0 3px 34px;
}
/*アコーディオン*/
#main dl {
	width: 550px;
	padding-left: 30px;
}
#main dt {
	width: 530px;
	color: #f39800;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 0 2px 18px;
	margin-top: 10px;
	border: #ccc dotted 1px;
}
#main dt.selected {
	cursor: default;
}
#main dd p {
	color: #003;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 18px;
	padding-left: 30px;
	padding-right: 5px;
}
#main h3 {
	color: #003;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0 1px 30px;
}
#position {
	color: #003;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 18px;
	padding: 0 0 0 191px;
	margin-top: -26px;
}
/*スクロール*/
p#pagetop {
	text-align: right;
	padding: 0 40px 20px 0;
	margin-top: -20px;
}
/*サーチ*/
#search {
	margin: 80px 0 -45px 0;
}
p#search {
padding: 0 0 0 0;
margin-bottom: -10px;
}
#search h4 {
	color: #003;
	font-size: 12px;
}
/*プロフィール*/
#about_p {
         margin: 10px 0 0 0;
 }
#self-portrait {
	width: 148px;
	float: left;
	padding: 0px 5px 0 30px;
}
#contents {
	width: 585px;
	padding: 13px 0 0 0;
         display:inline;
         
}
#contents p {
	letter-spacing: 0px;
	line-height: 16px;
}

/*イラスト*/
div.aki {
         padding: 5px 0 5px 0;
}
/*リンク*/
#enclosure {
	width: 500px;
	margin: 15px;
	margin-left: auto;
	margin-right: auto;
}
#banner {
	width: 195px;
	float: left;
}
#banner_text {
	width:295px;
	float: left;
	padding-left: 10px;
}
#banner_text p {
	letter-spacing: 0px;
	line-height: 14px;
}
#banner_text2 {
	padding-top: 50px;
}
#main table {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -40px;
}
#main table td{
	color: #003;
	font-size: 12px;
	padding: 0 0 0 20px;
}
#main table td.text{
	padding-bottom: 15px;
}

/*コピーライト*/
#footer {
	width: 641px;
	height: 18px;
	background-color: #1683c4;
}
#footer p {
	color: #fff;
	font-size: 11px;
	padding-top: 2px;
}
