* {
margin: 0;
padding: 0;
}

html {
	color: #333;
	font: small/1.5em "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Verdana", sans-serif;
}

body {
	background:#fff;
}


/* =================================== */
/* レイアウトの設定 */
/* =================================== */

/* 全体を囲うblock */
#wrapper_body {
	padding:0;	
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	background:#e0dfd5 url(./template/stepup/main_image.gif) center top no-repeat;
}

#header {
	height:220px;
}

/* #main,#side用のblock */
#content {
	width: 850px;
	margin: 0 auto;
	padding-bottom:20px;
}

#content #main {
	float:left;
	width: 600px;
}

#content #side {
	float:right;
	width: 230px;
	}

/*ページ送り*/
#page_area {
	margin:10px 0 0 0;
}





/* =================================== */
/* リンクカラーの設定 */
/* =================================== */

/* 全般 */
a 			{ color: #e7609e; text-decoration: underline; }
a:link		{ color: #e7609e; text-decoration: underline; }
a:visited	{ color: #2A2666; text-decoration: underline; }
a:active	{ color: #2A2666; text-decoration: none; }

/* ヘッダー */
#header a 			{ color: #172c79; text-decoration: none; }
#header a:link		{ color: #172c79; text-decoration: none; }
#header a:visited	{ color: #172c79; text-decoration: none; }
#header a:active	{ color: #172c79; text-decoration: none; }
#header a:hover		{ color: #172c79; text-decoration: none; background:none; }

/* サイドコンテンツ */
#side a 			{ color: #e7609e; text-decoration: none; }
#side a:link		{ color: #e7609e; text-decoration: none; }
#side a:visited		{ color: #e7609e; text-decoration: none; }
#side a:active		{ color: #e7609e; text-decoration: none; }
#side a:hover		{ color: #e7609e; text-decoration: none; background:#CCC;}

/* カレンダーcell */
.calendar .cell a 				{ color: #e7609e; text-decoration: none; background:#EFEFEF; display:block; height:100%; vertical-align:middle; padding-top:10px;}
.calendar .cell a:link			{ color: #e7609e; text-decoration: none; background:#EFEFEF; display:block; height:100%;}
.calendar .cell a:visited		{ color: #e7609e; text-decoration: none; background:#EFEFEF; display:block; height:100%;}
.calendar .cell a:active		{ color: #e7609e; text-decoration: none; background:#EFEFEF; display:block; height:100%;}
.calendar .cell a:hover			{ color: #26CFFF; text-decoration: none; background:#EFEFEF; display:block; height:100%;}

/* =================================== */
/* 装飾の設定 */
/* =================================== */

blockquote {
	border: 1px dotted #CCC;
	padding:0.2em;
	margin:10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear			: both;
	font			: 0/0 sans-serif;
}

.submit {

}


/* =================================== */
/* #header */
/* =================================== */
#header h1 {
	padding: 110px 200px 0 370px;
	font-family:Geneva, Arial, Helvetica, sans-serif;	
	font-size:20px;
	color:#172c79;
}

#header p{
color:#172c79;
	padding: 20px 200px 0 400px;
}

/* =================================== */
/* #main */
/* =================================== */

/*エントリーナビゲーション*/
#main .entry_navi{
	padding-bottom:10px;
	text-align:center;
}

#main .entry_navi a{
	color:#182d79;
}

/* エントリー部分全体 */
#main .entry_area {
	width:600px;
	padding-bottom:30px;
}	

/* エントリータイトル */
#main h3 {
    color:#d7477a;
	font-size:medium;
	height:45px;
	padding:45px 185px 0 85px;
	background:url(./template/stepup/entry_top_image.gif) center top no-repeat;
}

/* エントリー時刻 */
#main .entry_date {
	padding: 5px;
}

/* エントリー本文 */
#main .entry {
padding:20px;
background:#fff;
border-bottom:1px solid #182d79;
}

/* エントリー情報 */
#main ul.state li {
    display:inline;
	border-left:1px solid #999;
	padding-left:5px;
}


/* 最新の記事 */


#main div.latest_entry_title{
color:#d7477a;
   background:#fff;
  border-left:1px solid #182d79;
  border-right:1px solid #182d79;
  border-bottom:5px solid #182d79;
}

#main div.latest_entry_title ul{
   padding:0 20px;
   }

#main div.latest_entry_title li{
  list-style-type:none;
  margin-bottom:10px;
   }

/*コメント、TB、プロフィールタイトル*/
dl#com_area dt.title,
dl#com_form dt.title,
dl#tb_form dt.title,
dl#tb_area dt.title,
{
    color:#e7609e;
	border-bottom:1px dashed #e7609e;
	margin: 0 0 5px 0;
	font-weight:bolder;
	padding:5px 10px;;
	font-size:14px;


}

/*プロフィールタイトル*/
dl#profile_area dt.title 

{   
    color:#e7609e;
	border-bottom:1px dashed #e7609e;

	font-weight:bolder;
	font-size:14px;

	height:45px;
	padding:45px 185px 0 85px;
	background:url(./template/stepup/entry_top_image.gif) center top no-repeat;

}
/* コメント本文 */
.com_desc {
 color:#666;
	padding: 0 10px;
}

/* コメントユーザー情報 */
dl#com_area dd {
	padding:5px 10px;
	margin: 5px 0 15px 0;
	color:#666;
	border-bottom:1px dashed #e7609e;
	text-align:right;
	font-size:0.8em;
}

dl#com_area dd ul {
	list-style-type:none;
}

dl#com_area dd li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
	color:#666;
}


/* コメントフォーム */
dl#com_form dd {
padding: 0 10px 10px;
color:#666;
}

dl#com_form dd input.input {
border:1px solid #CCC;
padding: 1px 0;
width:200px;
}

/* コメントフォーム textarea */
dl#com_form dd textarea {
border:1px solid #CCC;
width:300px;
margin: 0 0 10px 0;
}


/* TBフォーム */
dl#tb_form dd {
	padding: 0 10px 10px;
}

dl#tb_form dd input.input {
border:1px solid #CCC;
padding: 1px 0;
width:300px;
}

/* TBタイトル */
dl#tb_area dt.tb_title {
	padding: 0 10px;
}

/* TB本文 */
dl#tb_area dd {
	padding: 0 10px;
}


/* TBユーザー情報 */
dl#tb_area dd.tb_state {
	padding:5px 10px;
	margin: 5px 0 15px 0;
	text-align:right;
	font-size:0.8em;
}

.tb_state ul {
	list-style-type:none;
}

.tb_state li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
}




/* =================================== */
/* サイドコンテンツ */
/* =================================== */


#side dl.alt {
   display:none;
}

#side p.alt {
   display:none;
}


#side .side_header {
	padding:20px 0 0 0;
}

#side dl {
	margin-bottom:20px;
}

/* サイドタイトル */
#side dt {
 margin:5px auto;
	padding:5px;
	font-family:"Trebuchet MS", Trebuchet;
	font-weight:bolder;
	text-align:center;
	font-size:16px;
	background:#3076be;
	color:#fff;
	}
	
#side dd{
	padding:5px 0 0 0;
	line-height: 1.2em;
}

#side img{
  margin:5px 0 0 0;
  }


#side ul {
	margin-left:4px;
	list-style-type:none;
	}

#side li {
	margin: 3px 0 0 0;
	padding-left:8px;
	background:url(./template/stepup/side_disc.gif) no-repeat 0 8px;
	}

/* サイト内検索 */
#side input.search {
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	padding: 1px 0;
		margin-bottom:5px;
}

/*カレンダー*/
.calendar {
	font-size: 12px;
}

.calendar_month {
font-family: "Verdana";
padding-top:10px;
color: #666666;
}


.cell {
width: 35px;
height: 25px;
background:#FCFCFC;
text-align:center;
vertical-align:middle;
color:#555;
}



/* =================================== */
/* ページ送り */
/* =================================== */


#page_area .page_navi {
	float:left;
	width:345px;
	}

#page_area .page_top {
	float:right;
	width:150px;
	text-align:right;
}