@charset "utf-8";


/* -------------------------------------------------------------------
 基本設定
 全ページで共通利用するCSSを記述
------------------------------------------------------------------- */

/* 基本フォント -------------------- */

body {
	color: #FFFFFF;
	font-family: Osaka, "CI", Meiryo, "lr oSVbN", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

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

address,em {
	font-style: normal;
}

/*\*/
* html body {
	font-size: 75%;
}
* html table {
	font-size: 100%;
	line-height: 1.5;
}
*:first-child + html body {
	font-size: 75%;
}
/**/


/* 基本タグ -------------------- */

body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,pre,form,input,textarea {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	background: url(../images/water_drop_bg.jpg);
}

img,table {
	border: none;
}

ol,ul {
	list-style: none;
}

strong.bl{
	color: #000000;
}

/* 基本テキストリンク -------------------- */

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}


/* -------------------------------------------------------------------
 float解除
------------------------------------------------------------------- */

br.clr /* テスト用 */ {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/* -------------------------------------------------------------------
 レイアウト枠
------------------------------------------------------------------- */

div#container {
	width: 950px;
	margin: 0px auto;
	background: #C6C7C9;
	text-align: left;
}


/* -------------------------------------------------------------------
 ヘッダー
------------------------------------------------------------------- */
div#hd {
	width: 950px;
	height: 79px;
	background: url(../images/swx_header_blog.jpg) no-repeat;
}

div#hd h1{
	width: 146px;
	float: left;
}

div#hd h1 a{
	display: block;
	width: 132px;
	height: 79px;
	margin-left: 14px;
	text-indent: -9999px;
}

div#hd h2{
	width: 721px;
	float: right;
	text-indent: -9999px;
}


/* -------------------------------------------------------------------
 コンテンツ枠
------------------------------------------------------------------- */

div#ct-area{
	padding: 15px 10px 0px 10px;
	background: url(../images/bg_ct.gif) repeat-y;
}

div#ct-area-inner{
	width: 930px;
}

div#ct-area02{
	width: 950px;
	height: 172px;
	clear: both;
	background: url(../images/ct_bg02.jpg) no-repeat;
	color: #666666;
	position: relative;
}

div#ct-area02 a:link{
	color: #1d81cd;
}

div#ct-area02 a:visited{
	color: #1d81cd;
}

div#ct-area02 a:hover{
	color: #FF9900;
}

div#ct-area02 div.box01{
	width: 240px;
	position: absolute;
	top: 25px;
	left: 290px;
}

div#ct-area02 div.box02{
	width: 240px;
	position: absolute;
	top: 25px;
	left: 607px;
}

div#ct-area02 .link{
	text-align: right;
	margin-top: 5px;
}


/* -------------------------------------------------------------------
 コンテンツ右
------------------------------------------------------------------- */

#ct-right{
	width: 695px;
	padding-top: 5px;
	float: right;
	color: #666666;
}


/* -------------------------------------------------------------------
 コンテンツ右/左
------------------------------------------------------------------- */

#ct-right #left{
	width: 472px;
	float: left;
}

#ct-right #left div.entry-box{
	width: 472px;
	background: url(../images/bg_body_middle.gif) repeat-y;
	margin-bottom: 20px;
}

#ct-right #left div.entry-box div.head{
	background: url(../images/bg_body_top.gif) no-repeat top;
	padding: 0px 10px;
}

#ct-right #left div.entry-box div.head h3{
	padding: 15px 0px 5px 0px;
	font-size: 120%;
	font-weight: bold;
	color: #336699;
	border-bottom: 3px solid #404F5B;
}

#ct-right #left div.entry-box div.head h3 a{
	color: #336699;
}

#ct-right #left div.entry-box div.head h3 a:link{
	color: #336699;
	text-decoration: none;
}

#ct-right #left div.entry-box div.head h3 a:visited{
	color: #336699;
	text-decoration: none;
}

#ct-right #left div.entry-box div.head h3 a:hover{
	color: #336699;
	text-decoration: underline;
}

#ct-right #left div.entry-box div.head p.date{
	text-align: right;
	margin-top: 5px;
}

#ct-right #left div.entry-box div.mid{
	padding: 20px 10px;
}

#ct-right #left div.entry-box div.bottom{
	background: url(../images/bg_body_bottom.gif) no-repeat bottom;
	padding: 0px 10px;
}

#ct-right #left div.entry-box div.bottom ul{
	text-align: right;
	padding: 5px 0px;
}

#ct-right #left div.entry-box div.bottom ul li{
	display: inline;
	margin-left: 5px;
}

/* ページ送り -------------------- */

div.ct-pager {
	padding: 10px 0px 14px;
	text-align: center;
	font-size: 12px;
}

div.ct-pager ul li {
	display: inline;
	padding: 0px 2px;
}
div.ct-pager ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.ct-pager ul { display:inline-block; }
/*\*/
* html div.ct-pager ul { height:1%; }
div.ct-pager ul { display:block; }
/**/

/* コメント関連 -------------------- */

.comments{
	margin: 15px 0px 0px 0px;
	padding: 35px 0px 15px 0px;
	border-top: 1px dotted #CCCCCC;
}

.comments-open{
	margin-top: 20px;
}

.comments-open-content p.text{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
	background: #EEEEEE;
	padding: 2px;
}

#comment-form-name{
	margin-bottom: 10px;
}

.form-300{
	width: 300px;
}

.form-max{
	width: 448px;
}

#comments-open-footer{
	margin: 10px 0px;
	text-align: center;
}

.comment{
	margin-bottom: 6px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.cm-text {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
	background: #EEEEEE;
	padding: 2px;
}

.error-txt-center{
	text-align: center;
}

.error-txt-center-bottom{
	text-align: center;
	padding-bottom: 25px;
}


/* -------------------------------------------------------------------
 コンテンツ右/右
------------------------------------------------------------------- */

#ct-right #right{
	width: 200px;
	float: right;
}

#ct-right #right p{
	margin: 10px 0px;
	text-align: center;
}


/* -------------------------------------------------------------------
 メニューエリア
------------------------------------------------------------------- */

#ct-left{
	width: 200px;
	padding-bottom: 230px;
	float: left;
}

#ct-left ul{
	margin: 10px 0px;
}

#ct-left ul li{
	background: url(../images/arrow.gif) no-repeat 0px 2px; 
	padding-left: 15px;
}

#ct-left ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#ct-left ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#ct-left ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#ct-left ul li a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#calendar {
	text-align: center;
	margin: 5px 0 10px;
	color: #444444;
}
#calendar p{
	margin-bottom: 5px;
	color: #FFFFFF;
}

#calendar p a:link{
	color: #FFFFFF;
}
#calendar p a:visited{
	color: #FFFFFF;
}
#calendar p a:hover{
	color: #FFFFFF;
}

.calendarhead {
	text-align: center;
	padding-bottom: 5px;
	letter-spacing: 0.2em;
}
#calendar table {
	width: 190px;
	border-collapse: collapse;
}
#calendar th {
	padding-bottom: 3px;
	text-align: center;
	width: 23px;
	background: #A6B4BD;
	font-size: 90%;
}
#calendar td {
	padding: 2px 0;
	text-align: center;
	line-height: 120%;
	background: #FFFFFF;
	color: #666666;
	border: 1px solid #7990A2;
}

#calendar table td a:link{
	display: block;
	background: #A0A0A4;
}

#calendar table td a:visited{
	display: block;
	background: #EEEEEE;
}

#calendar table td a:hover{
	display: block;
	background: #CCCCCC;
}

.today {
	display: block;
	border: 1px solid #444444;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
	color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
	color: #0000ff;
}


/* -------------------------------------------------------------------
 フッター
------------------------------------------------------------------- */
div#ft{
	width: 950px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #C6C7C9;
	border-top: 1px dotted #999999;
	text-align: center;
	clear: both;
	color: #666666;
}

div#ft ul li{
	display: inline;
	margin-right: 5px;
}

div#ft ul li span{
	padding-left: 7px;
}

div#ft p{
	margin-top: 10px;
}

div#ft p.cp{
	font-size: 80%;
}
