@charset "utf-8";

/* ------------------------------------------

Style Name: style.css
Since:      2009-04-01
Modified:   2009-04-20
Version:    1.0
Auther:     Masayuki Miyatake(cube)

------------------------------------------*/

/* ------------------------------------------

基本設定

------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	background: transparent;
}

html {
	height: 100%;
	overflow-y: scroll;
}


ul,dl,dt,dd{
	list-style:none;
}

img{
	vertical-align: top;
}

a img{
	border: none;
}

a{
	text-decoration: none;
}

a:link{
	color: #01349d;
}

a:visited{
	color: #01349d;
}

a:hover{
	color: #0000ff;
	text-decoration: underline;
}

a:active{
	color: #01349d;
}

body {
	background: #fff;
	text-align: center;
	font-family: Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	color: #333333;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

select option {
	padding: 0 5px;
}


.right {
	float:right;
	font-size:10px;
	margin-right: 5px;
	display:inline;
}



/* ------------------------------------------

ボックス

------------------------------------------*/

div#mainbox {
	margin: 0 auto;
	width: 900px;
	background: #fff ;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
}


/* ------------------------------------------

ヘッダ

------------------------------------------*/

div#headerbox {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background: #ccc;
	border-bottom: 0px solid #000;
}


div#header {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height:100px;
	background: #ccc;
}

div#header h1 {
	font-size: 30px;
	text-align: left;
	padding: 20px 10px 10px 10px;
}

div#header h2 {
	font-size: 16px;
	text-align: left;
	padding: 0 15px;
	font-weight:lighter;
}

/* ------------------------------------------

メインコンテンツ

------------------------------------------*/

div#main {
	float: left;
	margin: 5px;
	width: 635px;
	background: #fff;
	border: 0px solid #000000;
}

.main-inner {
	margin: 5px;
	text-align: left;
	background: #fff;
	border: 0px solid #000;
	clear: both;
}

.main-inner h2 {
	background:#CCC;
	text-indent: 10px;
	font-size: 14px;
}

.entry-body {
	margin: 8px 8px 12px 8px;
}

.entry-body ol {
	margin: 10px 0 10px 22px;
}

.entry-body ol li {
	margin: 5px 0 0 0;
}

.inner-ul li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style-type: none;
	background-image: url(http://www.tsuukanshi.com/images/point.png);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	text-indent: 16px;
	line-height: 35px;
	border-bottom: 1px solid #cccccc;
}

div.words {
	margin: 5px 0 25px 5px;
	font-size: 12px;
	line-height: 22px;
}


/* ------------------------------------------

サイドカラム

------------------------------------------*/

div#side {
	float: right;
	margin: 5px 5px 5px 0;
	width: 250px;
	background: #fff;
	border: 0px solid #000000;
}

.side-inner {
	margin: 5px;
	text-align: left;
	background: #fff;
	border: 0px solid #000;
}

.side-inner h2 {
	background:#CCC;
	text-indent: 10px;
	font-size: 14px;
}


.side-inner li {
	margin: 0 5px;
	padding: 0;
	font-size: 12px;
	list-style-type: none;
	background-image: url(http://www.tsuukanshi.com/images/point.png);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	text-indent: 16px;
	line-height: 35px;
	border-bottom: 1px solid #cccccc;
}


.both {
	clear: both;
}

/* ------------------------------------------

フッター

------------------------------------------*/
div#footbox {
	clear: both;
	width: 100%;
	height:40px;
	background: #ccc;
	border-top: 0px solid #000;
}


div#foot {
	clear: both;
	margin: 0 auto;
	width: 900px;
	height:40px;
	background: #ccc;
	border-top: 0px solid #000;
}

div#foot div {
	padding: 5px 0;
	font-size: 12px;
	text-align: right;
}

div#foot a {
	text-decoration:none;
	color:#333;
}


/* ------------------------------------------

パンくずリスト

------------------------------------------*/

.pan {
	margin: 0 0 5px 5px ;
}

/* ------------------------------------------

mail-form

------------------------------------------*/

.mail-form-tb {
	width: 550px;
	margin: 0 auto;
	margin-top: 5px;
	border: 1px solid #CCC;
	border-collapse:collapse;
}

.mail-form-tb td,
.mail-form-tb th {
	padding: 5px 10px;
	border: 1px solid #CCC;
}

.mail-form-tb th {
	width: 120px;
	background: #efefef;
	text-align:center;
}


#mail_author {
	border: 1px solid #cccccc;
	margin: 3px;
	width: 185px;
	height: 18px;
}

#mail_email {
	border: 1px solid #cccccc;
	margin: 3px;
	width: 185px;
	height: 18px;
}

#mail_subject {
	border: 1px solid #cccccc;
	margin: 3px;
	width: 380px;
	height: 18px;
}

#mail_text {
	border: 1px solid #cccccc;
	margin: 3px;
	width: 380px;
	font-size:14px;
	height: 100px;
}

#mail-form-footer {
	margin: 10px;
	text-align: center;
}




