@charset "shift_jis";
/* 
----------------------------------------------------------------------
有限会社 テラブレーンズ 2005.11.11
Tel   [058-267-6307]
Fax   [058-267-6306]
e-mail[info@terrabrains.com]
----------------------------------------------------------------------
Copyright:(C) 2006 Terrabrains inc. All Rights Reserved.
*/

/* 見出し設定 */

h1 {
	color: #666666;
	font-size: 20px;
	background-image: url(../img/h01.jpg);
	padding: 8px 15px 25px 30px;
	margin: 0px;
	font-weight: normal;
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
	background-repeat: no-repeat;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #666699;
	margin: 5px 0px 15px;
	padding: 13px 13px 13px 22px;
	background-image: url(../img/h02.jpg);
	background-repeat: no-repeat;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	background-image: url(../img/h03.jpg);
	background-repeat: no-repeat;
	padding: 12px 5px 18px 13px;
	margin: 0px;
	color: #666699;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #666699;
	background-color: #F2F1F7;
	padding-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #666699;
	margin: 0px 0px 5px;
}

h5 {}

h6 {}



/*  カスタムフォント指定　*/

.TopicPath {
	font-size: 10px;
	font-family: "Times New Roman","Times", "serif","細明朝体","Osaka","ＭＳ Ｐ明朝";
	background-image: url(../img/topic_path.gif);
	padding: 8px 8px 15px 10px;
	background-repeat: no-repeat;
	margin: 0px;
	color: #4D82B8;
}

/*  BLOG用設定  */

/* サイドタイトル */
.sidetitle {
	font-weight: bold;
	color: #376BA7;
	background-image: url(../img/sidetitle_bg.jpg);
	padding: 12px;
	font-size: 12px;
}

/* カレンダー */
/*//   Calendar   //*/
.calendarheadbody{}
.calendarhead{
	background:url(../img/sidetitle_bg.jpg);
	padding:13px;
	font-size:12px;
	font-weight:bold;
	color:#386CA8;
}
.calendarhead a{
	color:#281682;
	text-decoration:none;
}
.caltop{}
.calbody{
	padding:10px 0;
	text-align:center;
}
.caltbl{
	width:175px;
	margin:0 auto;
}
.calendartable{
	background-color: #4178B1;
	padding: 0px;
	margin: 0px;
}
.caltblwkbg{}
.calendarwd{}
.caltblwk{}
.caltblwk td{
	width:25px;
	padding:3px 0;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.calendarweek{
	color:#CAE1F1;
}
.weekday{}
.sun{}
.sat{}
.caltbldaybg{}
.caltblday{
	margin:0 auto 15px;
	background-color: #E6F0FA;
}
.caltblday td{
	width:25px;
	height:18px;
	padding:3px 0;
	text-align:center;
	font-size:12px;
}
.calendard{}
.calendardbg{}
.calendar{
	color:#487FB7;
}
.calon{}
.caloff{}
.even{}
.odd{}
.calbottom{}

/*  フォントサイズ　*/
.stype {
	font-family: "Times New Roman","Times", "serif","細明朝体","Osaka","ＭＳ Ｐ明朝";
	font-size  : 10px;
	line-height: 15px;
	color: #444444;

}

.mtype {
	font-family: "Times New Roman","Times", "serif","細明朝体","Osaka","ＭＳ Ｐ明朝";
	font-size  : 12px;
	line-height: 20px;
	color: #444444;
}
.ltype {
	font-family: "Times New Roman","Times", "serif","細明朝体","Osaka","ＭＳ Ｐ明朝";
	font-size  : 14px;
	line-height: 22px;
	color: #444444;
}
.stypeCS {
	font-family: "Times New Roman","Times", "serif","細明朝体","Osaka","ＭＳ Ｐ明朝";
	font-size  : 10px;
	line-height: 25px;
	color: #444444;
}


/*  リンクテキスト設定　*/

a           { text-decoration: none;}
a:link      { color:#2364B3;}
a:visited   { color:#2C2B66;}
a:active    { color:#663366;}
a:hover     { color:#CC0000; text-decoration: underline;}


/* レイアウト設定 */
body {
	background-image: url(../img/body_bg.gif);
	margin: 0px;
	background-repeat: repeat-x;
	background-color: #F5F7C1;
}

/* リスト設定（設定タグ：<ul><li>） */

ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}

li {}
form {
	margin: 0px;
	padding: 0px;
}
.topics_unline {
	border-bottom: 1px solid #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.topics2_unline {

	border-bottom: 1px dotted #CCCCCC;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #CCCCCC;
}
