@charset "utf-8";
/*
Theme Name: 寅堂jpオリジナル
Theme URI: http://torado.jp/
Description: 鎌倉Toradoのサイトのためのテーマ
Author: Yuya Yamada
Author URI: http://torado.jp/

*/



/*################################################################# ベース設定 */

* {
	margin: 0px;
	padding: 0px;
}

body  {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 1.5;
	
}

a img {
	border-style: none;
}

a:link,
a:active,
a:visited {
	color: #bf4581;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}


/*################################################################# レイアウト */



#page { 
	width: 820px;  
	margin: 0 auto; 
	text-align: left;
} 

#head {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	height: 160px;
	position: relative;
	background-image: url(bambooo.gif);
	background-repeat: no-repeat;
	background-position: 676px 32px;
	margin-bottom: 50px;
} 

#side {
	float: right;
	width: 190px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#main {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #e1e1e1;
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#foot {
	margin-top: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
} 



/*################################################################# ヘッダ */
#title {
	position: absolute;
	left: 26px;
	top: 95px;
}


h1 {
	display: none;
}

/*################################################################# サイド */

hr {
	display: none;
	margin: 3px;
}

#side p {
	padding-bottom:15px;
}

.line {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #e1e1e1;

}


/*################################################################# メイン */

#main_head {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #e1e1e1;
	padding-left: 3px;
	padding-bottom: 10px;
}
#main_head ul {
	margin-top: 15px;
	margin-bottom: 20px;
}
#main_head li {
	list-style-type: none;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}

.main_content{
	margin-top: 20px;
	padding-bottom: 25px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #e1e1e1;
	padding-left: 3px;
	padding-bottom: 25px;
	margin-bottom: 20px;
}
/*################################################################# フッタ */




/*################################################################# 個別アイテム設定 */


.img3px {
	border: 3px solid #eaeaea;
}

.img4px {
	border: 4px solid #eaeaea;
}
.img5px {
	border: 5px solid #eaeaea;
}

