@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body {
	color: #666;
	font-size: 16px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #ffd402;
	line-height: 140%;
}
/*IE6*/
*html body { font-size: 100%; }
/*IE7*/
*:first-child+html body {font-size: 100%}

ul { list-style: none; }

hr { display:none; }



/* =================================== */
/* リンクカラーの設定 */
/* =================================== */

/* 全般 */
a { outline-style: none; }
a:link,a:visited {
	color: #ff7620;
	text-decoration: none;
}
a:hover {
	color: #ff7620;
	text-decoration: underline;
}
a:active {
	color: #ff7620;
	text-decoration: underline;
}

/* ヘッダー */
h1 a,
h1 a:link,
h1 a:visited,
h1 a:active,
h1 a:hover { color:#FFF; text-decoration:none; }

/* エントリータイトル */
h2.entry_title a,
h2.entry_title a:link,
h2.entry_title a:visited,
h2.entry_title a:active,
h2.entry_title a:hover { color:#c16100; text-decoration:none; }



/* =================================== */
/* 装飾の設定 */
/* =================================== */

blockquote {
	border: 1px dotted #CCC;
	padding: 0.2em;
	margin: 10px;
}

br.clear { font: 0/0 sans-serif; clear: both; }

.submit {  }

.lightup {
	background-color: #F8F8FF;
	cursor: pointer;
}



/* =================================== */
/* レイアウトの設定 */
/* =================================== */

#page { width: 924px; }

#header {
	background-image: url(http://www.a-code.net/topimg/rotator.php);
	background-repeat: no-repeat;
	width: 924px;
	height: 220px;
	background-position: left top;
}
#layerh1text {
	height: 60px;
	width: 440px;
	left: 280px;
	top: 160px;
	position: absolute;
	z-index: 10;
	visibility: visible;
}
#contents {
	background-image: url(http://www.a-code.net/common/bg924s.jpg);
	background-repeat: repeat-y;
	background-position: 0 100%;
	width: 924px;
}

#main { width: auto; margin-right: 280px; padding: 50px 0 30px; }

#side { width: 214px; padding: 50px 65px 40px 0; float: right; }

#footer { padding:0 0 10px; text-align:center; }



/* =================================== */
/* ヘッダー */
/* =================================== */

h1 {
	text-align: center;
	font-size: 26px;
	font-weight: normal;
	color: #FFF;
	margin: 0 0 15px 0; 
	padding: 60px 0 0 0;
}



.h1-text {
	font-size: 0.9em;
	line-height: 140%;
}

.site_description { color:#fff; text-align: center; }



/* =================================== */
/* メイン */
/* =================================== */

.view_navi {
	margin:0 0 15px 10px;
	padding-top:30px;
	text-align: center;
}

.entry_navi {
	width: 480px;
	margin: 0 0 8px 0;
	text-align:left;
	font-size: 10px;
}

.entry { width: 600px; margin: 0; padding: 0 0 30px 0; }


/* エントリータイトル */

h2.entry_title { font-size: 14px; font-weight: bold; color: #c16100; margin: 0; padding: 15px 20px 20px 10px; }
	
h3.entry_title {
	font-size: 14px;
	font-weight: bold;
	color: #c16100;
	margin: 15px 20px 0 50px;
	text-align: center;
	padding: 0;
}
	
.entry_date { font-size: 10px; line-height: 10px; text-align: left; padding-bottom: 5px; padding-left: 10px; border-bottom: 1px solid #ccc; }

.entry_body { font-size: 12px; line-height: 170%; color: #666666; margin: 0 10px 0 30px; padding: 0 15px 10px; }

.entry_state { font-size: 10px; text-align: left; margin: 0; text-align: left; padding: 10px 20px 10px 50px; }

blockquote {
	margin: 10px 10px 0 10px;
	padding: 8px;
	border: 1px dashed #900;
	background-color: #FCF7F5;
}


/*エントリーナビゲーション*/
ul.entry_navi { margin:0; font-size: 10px; padding: 0 0 30px 50px; list-style-type: none; }

ul.entry_navi li {

}
/* カテゴリタグ */

ul.entry_tag { margin: 0; font-size: 10px; text-align: right; padding-top: 0; padding-bottom: 0; padding-left: 60px; }

ul.entry_tag li { margin: 0; padding: 0; display:inline; }

/* エントリー情報 */

ul.state {
	margin: 20px 0px 20px;
}

ul.state li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
	font-size:10.5px;
}



/* =================================== */
/* コメント */
/* =================================== */

/*コメント、TB、プロフィールタイトル*/

.comment {

}

#comment_form input#comment_name,
#comment_form textarea#comment_description {
	border: 1px dashed #966; 
	padding: 1px;
	color: #333;
}

#comment_form input#comment_name { width:200px;}
#comment_form textarea#comment_description { width:400px; height:150px;}

.entry .no {
	padding:5px 0px;
	text-align:center;
}

dl#com_area dt.title,
dl#com_form dt.title,
dl#tb_form dt.title,
dl#tb_area dt.title,
dl#profile_area dt.title {
	border-bottom:1px solid #EFEFEF;
	margin: 0 0 10px 0;
	font-weight:bolder;
}

/* コメント本文 */
.com_desc {
	padding: 0 10px;
}

/* コメントユーザー情報 */
dl#com_area dd {
	padding:5px 10px;
	margin: 5px 0 15px 0;
	border-bottom:1px solid #EFEFEF;
	text-align:right;
	font-size:10.5px;
}

dl#com_area dd ul {
	list-style-type:none;
}

dl#com_area dd li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
}


/* コメントフォーム */
dl#com_form dd {
	padding: 0 10px 10px;
}

dl#com_form dd input.input {
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	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-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	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:10.5px;
}

.tb_state ul {
	list-style-type:none;
}

.tb_state li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
}


/* Comment & Trackbackエリアを閉じる */
.close {
	text-align:right;
	padding:10px 15px 5px 0;
}



/* =================================== */
/* Lists */
/* =================================== */


dl.entry_list { margin: 10px 20px 20px; }

dl.entry_list dt {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

dl.entry_list dd.lightup {
	color:#999;
	padding: 5px 10px;
	border-bottom: 1px solid #c0c0c0;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
}

.entry_list_description {
	font-size: 12px;
	line-height: 140%;
	cursor: pointer;
	padding: 10px 15px;
	margin-right: 10px;
	margin-left: 30px;
}

/* =================================== */
/* Clouds */
/* =================================== */

ul.entry_cloud { margin: 10px 20px 15px 20px; }

.entry_cloud li {
	display: inline;
	margin-right:1em;
	margin-bottom:3px;
	font-family:"Trebuchet MS", Trebuchet;
	line-height:140%;
	font-weight: normal;
}
	


/* =================================== */
/* サイド */
/* =================================== */

/* サイドタイトル */

.linktitle {
	background-image: url(sidetitle_bg.png);
	background-repeat: no-repeat;
	background-position: right 0;
	text-align:right;
	width: 240px;
	height: 30px;
	margin-bottom: 10px;
	padding-top: 5px;
}

.linktitle-text {
	font-size: 12px;
	margin-right: 30px;
	margin-left: 40px;
}

.linktext {
	font-size:10px;
	color: #663300;
	line-height: 170%;
}

.linktext02 {
	font-size:10px;
	color: #663300;
	line-height: 170%;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 5px;
}

.linktext ul {
	margin-left:4px;
	padding-left: 40px;
	list-style-type:none;
}

.linktext li {
	font-size: 11px;
	line-height: 140%;
	list-style-type: none;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 60px;
}


/*-- 各リンクリスト画像の設定 --*/
/*-- 
.ent_list li, .tb_list li { list-style-image: url(./file.gif) ; }
.comm_list li { list-style-image: url(./comment.gif); }
.cat_list li, .arch_list li { list-style-image: url(./folder.gif); }
.prof_list li { list-style-image: url(./writer.gif); }
 --*/

/* サイト内検索 */
#side input.search { padding: 1px 0; margin-bottom:5px; border: solid 1px #ccc; }


/*-- 検索 -- */
.search {
	font-size: 10px;
	color: #FFF;
	line-height: 150%;
	padding: 10px 0 0 0;
	text-align:right;
}

#search_result {
	margin-top:10px;
	color:#c16100;
}


/* =================================== */
/* フォーム（コメント・検索） */
/* =================================== */

input.write, textarea { border: dashed 1px #966; padding: 1px; color: #333; font-size: 12px; line-height: 130%; }

.button { border: solid 1px #ccc; color: #c16100; font-size: 10px; background-color: #fff; background-image: url(button.gif); background-repeat: repeat-x; }


/* =================================== */
/* ページ送り */
/* =================================== */

.pager { text-align: center; width:630px; margin: 0; float:left; padding: 0 0 0; }

.pager strong {
	font-size: 11px;
	font-weight: normal;
}


/* =================================== */
/* フッター */
/* =================================== */
#footer {
	width: 924px;
	height: 120px;
	border-bottom: 2px solid #c16100;
	background: url(http://www.a-code.net/common/bg_footer924.gif) repeat-x left top;
}
#footerleft {
	color: #c16100;
	font-size: 0.7em;
	font-weight: normal;
	text-align: left;
	width: 170px;
	float: left;
	padding-top: 95px;
	padding-left: 50px;
}
#footerright {
	background-image: url(http://www.a-code.net/common/footer_img-r.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 400px;
	height: 120px;
	float: right;
}
#pagetop {
	text-align: right;
	padding-top: 30px;
	padding-right: 200px;
	padding-bottom: 50px;
	font-family: "Century Gothic", "Trebuchet MS", Trebuchet;
	font-size: 0.75em;
	line-height: 140%;
}
#pagetop a:link {
	color: #c16100;
	text-decoration: none;
}
#pagetop a:visited {
	color: #c16100;
	text-decoration: none;
}
#pagetop a:hover {
	color: #c16100;
	text-decoration: underline;
}
#pagetop a:active {
	color: #c16100;
	text-decoration: underline;
}
#copyright {
	color: #c16100;
	text-align: right;
	font-family: "Century Gothic", "Trebuchet MS", Trebuchet;
	font-size: 0.7em;
	line-height: 140%;
	padding-right: 30px;
}

