@charset "utf-8";

/*

--------------------------------------------------------

date : 2008/05/

site name : MixWeber@blog

CSS name : weblog_styler

URL       : http://blog.idealgrace.com/

Editor    : ds

--------------------------------------------------------

*/



/*

######################################################## 

	search key "=" + "n"

	=1    format
	=1-1  format // clearfix
	=2    beautiful_wrapper
	=3    wrapper
	=4    header
	=5    second_wrapper
	
	=6    left_column
	=6-1  left_column // entry_date
	=6-2  left_column // entry_bar
	=6-3  left_column // entry_contents
	=6-4  left_column // entry_footer
	=6-5  left_column // before_after_page
	
	=7	  right_column
	=7-1  right_column // profile
	=7-2  right_column // portfolio
	=7-3  right_column // recent_entries
	=7-4  right_column // category
	=7-5  right_column // archive
	=7-6  right_column // rss
	
	=8	  footer
	
	=9	  item
	
	=10	  CD_image
	=10-1 CD_image // reference
	
	=11-1 archive // left_column_tag
	=11-2 archive // left_column_trackback
	=11-3 archive // left_column_comment_form
	=11-4 archive // left_column_comment_innner
	=11-5 archive // left_column_comment_text
	=11-6 archive // left column comment_list
	
	=12-1 index // index_archive
	

########################################################

*/



/*

########################################################

	=1 format

########################################################

*/

body {

	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	
	font-size: 12px;
	
	color: #000;

	background: #1C1C1C url(../img/bg_re.jpg) repeat-x;

	text-align: center;
	
	margin: 0;
	
	padding: 0;

}

a {

	color: #3366CC;
	
	text-decoration: underline;
	
}

a img {

	border: none;
	
}

a:hover {

	color: #3399CC;
	
	text-decoration: none;
	
}

a strong {

	color: #3366CC;
	
	text-decoration: underline;
	
}

a:hover strong {

	color: #3399CC;
	
	text-decoration: none;
	
}

li a {

	color: #3366CC;
	
	text-decoration: underline;
	
}

li a:hover {

	color: #3399CC;
	
	text-decoration: none;
	
}

p {

	margin: 0;
	
	padding: 0;
	
	line-height: 18px;
	
}

strong {

	color: #62860A;

}

h3 {

	font-size: 12px;
	
	font-weight: bold;

}



/*

########################################################

	=format // clearfix

########################################################

*/

/* clearfix hack */

.clearfix:after {

	content: ".";
	
	display: block;
	
	height: 0;
	
	clear: both;
	
	visibility: hidden;
	
}

/* Hides from IE-mac \*/

* html body .clearfix {
	
	height: 1px;

}

.clearfix {

	display: block;
	
}

/* End hides from IE-mac */

/* // clearfix hack END // */



/*

########################################################

	=2 beautiful_wrapper // 背景模様指定

########################################################

*/

#beautiful_wrapper {

	width: 975px;
	
	height: auto;
	
	margin: 0 auto;
	
	padding: 0;

	/*

	background: transparent url(../img/bg_bg.png) no-repeat left top !important;
	
	background: none;
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/bg_bg.png", sizingMethod="scale");
	
	*/
	
	background: transparent url(../img/bg_bg.png) no-repeat left top !important;
	
	background: none;
	
	/*	
	
	background-image: url(../img/bg_bg.png); !important
	
	background: none;
	
	background-repeat: no-repeat;
	
	background-position: top;
	
	*/

}



/*

########################################################

	=3 wrapper // メインのラップ

########################################################

*/

#wrapper {
	
	margin: 0 auto;
	
	padding: 0;
	
}



/*

########################################################

	=4 header

########################################################

*/

#header {

	width: 760px;
	
	height: 90px;
	
	margin: 0 auto;
	
	padding: 0;

	background-image: url(../img/header.jpg);
	
	background-repeat: no-repeat;
	
	text-align: left;

}

h1 {

	margin: 0;
	
	padding: 0;
	
	background-image: url(../img/title.png);
	
	background-repeat: no-repeat;
	
	width: 231px;
	
	height: 53px;
	
}

h1 a {

	width: 231px;
	
	height: 53px;

	display: block;
		
	text-indent: -9999px;
	
	margin: 0;
	
	padding: 0;

}

#sub_title {

	margin: 3px 0 0 17px;
	
	padding: 0;
	
}

#logo {

	margin: 0;
	
	padding: 0;
	
	background-image: url(../img/logo.png);
	
	background-repeat: no-repeat;
	
	width: 78px;
	
	height: 78px;
	
	float: right;

}

#logo a {

	width: 78px;
	
	height: 78px;

	display: block;
		
	text-indent: -9999px;
	
	margin: 0;
	
	padding: 0;
	
}



/*

########################################################

	=5 second_wrapper

########################################################

*/

#second_wrapper {

	width: 760px;
	
	margin: 10px auto 30px;
	
	padding: 0;
	
}



/*

########################################################

	=6 left_column

########################################################

*/

#left_column {

	width: 520px;
	
	float: left;
	
	margin: 0 0 100px 0;
	
}

.left_column_inner_top {

	width: 520px;
	
	height: 10px;
	
}

.left_column_inner_top img {

	vertical-align: top;
	
}

.left_column_inner_bottom {

	width: 520px;
	
	height: 10px;
	
}

.left_column_inner_bottom img {

	vertical-align: top;

}

#left_column_inner_middle {

	margin: 0;
	
	padding: 0;
	
	background-image: url(../img/left_repeat.jpg);
	
	background-repeat: repeat-y;
	
	width: 520px;
	
	height: auto;
	
	text-align: left;
	
}

.left_column_continue {

	margin: 10px 0 0 15px;
	
	padding: 0;
	
	width: 490px;
	
}



/*

########################################################

	=6-1 left_column // entry_date

########################################################

*/

.entry_date {
	
	margin: 0;
	
	padding: 0px 14px 0 23px;
	
	width: auto;
	
	height: 17px;

	background-image: url(../img/date_add.png);
	
	background-repeat: no-repeat;
	
	background-position: 0 1px;

	font-size: 14px;
	
	font-weight: bold;
	
	text-align: left;
	
	float: right;
	
}

/* ------------------- IE6 only hack -----------------*/

* html .entry_date {

	padding: 2px 14px 0 23px;

}

/* ------------------- End ---------------------------*/



/*

########################################################

	=6-2 left_column // entry_bar

########################################################

*/

h2 {
	
	width: 500px;
	
	height: 30px;
	
	margin: 0 0 0 10px;
	
	padding: 9px 0 0 18px;
	
	font-size: 15px;
	
	color: #FF0066;

	background-image: url(../img/title_bar.jpg);
	
	background-repeat: no-repeat;
	
	background-position: 0 3px;
	
	clear: both;
	
}

/* ------------------- IE6 only hack -----------------*/

* html h2 {

	padding: 10px 0 0 18px;
	
	height: 33px;
	
}

/* ------------------- End ---------------------------*/

h2 a {

	color: #FF0090;
	
	text-decoration: underline;
	
}

h2 a:hover {

	color: #FF0090;
	
	text-decoration: none;
	
}


/*

########################################################

	=6-3 left_column // entry_contents

########################################################

*/

.entry_contents {

	margin: 5px 0 0 15px;
	
	padding: 0;
	
	width: 490px;
	
}

/* ------------------- IE6 only hack -----------------*/

* html .entry_contents {

	margin: 10px 0 0 15px;
	
}

/* ------------------- End ---------------------------*/

.entry_contents p {

	margin: 0;
	
	padding: 0;
	
	line-height: 20px;
	
}



/*

########################################################

	=6-4 left_column // entry_footer

########################################################

*/

.entry_footer {

	width: 490px;
	
	margin: 20px 0 0 15px;
	
	text-align: right;
	
	border-top: 1px dotted #9B9B9B;
	
}

.entry_footer p {

	margin: 5px 0 25px 0;
	
	padding: 0;
	
}



/*

########################################################

	=6-5 left_column // before_after_page

########################################################

*/

#before_after_page {

	margin: 0 auto;
	
	padding: 0;
	
	width: 490px;
	
	text-align: center;

}



/*

########################################################

	=7 right_column

########################################################

*/

#right_column {

	float: right;
	
	width: 230px;
	
	height: auto;
	
	margin: 0 0 100px 0; /* Firefox only */
	
}

.right_column_inner_top_bottom {

	width: 230px;
	
	height: 16px;
	
}

#right_column_inner_middle {

	margin: 0;
	
	padding: 0;
	
	width: 230px;
	
	height: auto;
	
	text-align: left;
	
	background-image: url(../img/right_repeat.jpg);
	
	background-repeat: repeat-y;
	
	background-position: top;
	
}



/*

########################################################

	=7-1 right_column // profile

########################################################

*/

#profile {

	width: 200px;
	
	margin: 0 0 0 15px;
	
	padding: 0;
	
}

#profile_pic {

	float: left;
	
	width: 83px;
	
	height: 82px;
	
	margin: 5px 0 0 0;
 
}

#profile_contents {

	float: left;
	
	width: 112px;
	
	margin: 5px 0 0 5px;
	
	padding: 0;
	
}

#profile_contents ul {

	list-style: none;
	
	margin: 0;
	
	padding: 0;
	
}

#profile_contents ul li {

	line-height: 145%;
	
}

#profile_contents ul li strong {

	color: #000;
	
}



/*

########################################################

	=7-2 right_column // portfolio

########################################################

*/

#portfolio {

	margin: 20px 0 0 15px;
	
	padding: 0;
	
	width: 200px;
	
	height: auto;
	
}

.portfolio_list {

	list-style: none;
	
	margin: 5px 0 0 0;
	
	padding: 0;
	
	width: 200px;
	
	height: 30px;
	
}

.portfolio_list li {

	float: left;
	
	margin: 0 10px 0 0;
	
	padding: 0;
		
}

.portfolio_list li a img {

	border: none;
 
}



#portfolio_sec {

	clear: both;
	
}

.portfolio_list_sec {

	list-style: none;
	
	margin: 0;
	
	padding: 0;
	
	width: 200px;
	
	height: 30px;
	
}

.portfolio_list_sec li {

	float: left;
	
	margin: 5px 10px 0 0;
	
	padding: 0;
		
}

.portfolio_list_sec li a img {

	border: none;
 
}



/*

########################################################

	=7-3 right_column // recent_entries

########################################################

*/

#recent_entries {

	width: 200px;
	
	margin: 20px 0 0 15px;
	
	padding: 0;
	
}

#recent_entries_list {

	margin: 0;
	
	padding: 0;
	
	width: 200px;
	
	text-align: left;
	
}

#recent_entries_list ul {

	margin: 2px 0 0 0;
	
	padding: 0;
	
}

#recent_entries_list ul li {

	margin: 0;
	
	padding: 0 0 5px 22px;
	
	background-image: url(../img/date.png);
	
	background-repeat: no-repeat;
	
	background-position: 0 3px;
	
	line-height: 23px;
	
	list-style: none;
	
}



/*

########################################################

	=7-4 right_column // category

########################################################

*/

#category {

	width: 200px;
	
	margin: 20px 0 0 15px;
	
	padding: 0;
	
}

#category_list {
	
	margin: 3px 0 0 0;
	
	padding: 0;
	
	width: 200px;
	
	text-align: left;
	
}

#category_list ul {

	margin: 0;
	
	padding: 0;
	
}

#category_list ul li {

	margin: 0;
	
	padding: 0 0 5px 22px;
	
	background-image: url(../img/folder.png);
	
	background-repeat: no-repeat;
	
	background-position: 0 2px;
	
	line-height: 23px;
	
	list-style: none;
	
}



/*

########################################################

	=7-5 right_column // archive

########################################################

*/

#archive {

	width: 200px;
	
	margin: 20px 0 0 15px;
	
	padding: 0;

}

#archive_list {

	margin: 3px 0 0 0;
	
	padding: 0;
	
	width: 200px;
	
	text-align: left;
	
}

#archive_list ul {

	margin: 0;
	
	padding: 0;
	
}

#archive_list ul li {

	margin: 0;
	
	padding: 0 0 5px 22px;
	
	background-image: url(../img/server_database.png);
	
	background-repeat: no-repeat;
	
	background-position: 0 2px;
	
	line-height: 23px;
	
	list-style: none;
	
}



/*

########################################################

	=7-6 right_column // rss

########################################################

*/

#rss {

	width: 200px;
	
	margin: 20px 0 0 15px;
	
	padding: 0;
	
}

#rss_list {

	text-align: left;
	
}

#rss_list p {

	margin: 5px 0 0 0;
	
	padding: 0 0 0 25px;
	
	background-image: url(../img/feed.png);
	
	background-repeat: no-repeat;
	
	background-position: 0 2px;
	
}

#mt a img {

	margin: 10px 0;
	
	padding: 0;
	
	border: none;
	
}



/*

########################################################

	=8 footer

########################################################

*/

#footer {

	clear: both;
	
	margin: 100px 0 0 0;
	
	width: 100%;
	
	height: 150px;
	
	background-image: url(../img/footer_re_bg.jpg);
	
	background-repeat: repeat-x;
	
	background-position: bottom;
	
	color: #FFFFFF;
	
	vertical-align: bottom;
	
}

/* ------------------- IE7 only hack -----------------*/

*+html #footer {
	
}

/* ------------------- IE7 only hack -----------------*/

#footer p {

	margin: 0;
	
	padding: 15px 0 0 0;
	
}



/*

########################################################

	=9 item

########################################################

*/

h4 {

	font-size: 14px;
	
	color: #62860A;

	width: 480px;
	
	height: 30px;
	
	margin: 0;
	
	padding: 6px 0 0 18px;
	
	background: #F0F0F0  url(../img/sub_title_bar.jpg) no-repeat;
	
}

/* ------------------- IE6 only hack -----------------*/

* html h4 {

	padding: 8px 0 0 18px;
	
	width: 490px;
	
}

/* ------------------- End ---------------------------*/

h4 a {
	
	color: #62860A;
	
	text-decoration: underline;
	
}

h4 a:hover {
	
	color: #62860A;

}

.items {

	margin: 10px 0 0 0;
	
	padding: 0;
	
	width: 490px;
	
}

.items_in {

	width: 474px;

	margin: 0 0 10px 0;

	padding: 10px 0 10px 10px;
	
	background-color: #FFF;
	
	border: 3px solid #CCC;
	
}

/* ------------------- IE6 only hack -----------------*/

* html .items_in {

	width: 490px;
	
	margin: 10px 0;
	
}

/* ------------------- End ---------------------------*/



/*

########################################################

	=10 CD_image

########################################################

*/

.area {

	width: 488px;
	
	margin: 5px 0;
	
	padding: 0;
	
	border: 1px #333 solid;
	
	text-align: left;
	
	background-color: #FFFFFF;
	
}

/* ------------------- IE6/7 only hack -----------------*/

* html .area {

	padding: 0 0 10px 0;
	
}

*+html .area {

	padding: 0 0 10px 0;
	
}

/* -------------------- End ----------------------------*/

.area:after {

	content: ".";
	
	display: block;
	
	height: 0;
	
	clear: both;
	
	visibility: hidden;
	
}

/* -------------------- IE only hack -------------------*/

.area {

	display: inline-table;
	
}

/* ------------------- End ---------------------------*/

/* Hides from IE-mac \*/

* html body .area {
	
	height: 1px;

}

.area {

	display: block;
	
}

/* End hides from IE-mac */

.image_area {

	float: left;

}

.image_area img {

	margin: 10px 0 10px 10px;
	
	padding: 0;
	
	border: none;
	
}

.sentence_area {

	margin: 10px;

	padding: 0 0 0 10px;

	float: left;
	
	width: 323px;
	
	border-left: 1px #333 dotted;
	
}

.sentence_area img {

	vertical-align: top;
	
}

.sentence_area h3 {

	margin: 0;
	
	padding: 0;
	
	font-size: 12px;
	
}

.sentence_area p {

	margin: 0;
	
	padding: 0;
	
	font-size: 12px;
	
}



/*

########################################################

	=10-1 CD_image // reference

########################################################

*/

.reference_area {

	float: left;
	
	margin: 10px 0 0 10px;
	
	padding: 0;
	
	width: 120px;
	
	text-align: right;

}

.reference_area p {

	margin: 0;
	
	padding: 0;
	
	font-size: 12px;
	
}

.contents_area {

	margin: 10px;

	padding: 0 0 0 10px;

	float: left;
	
	width: 315px;
	
	border-left: 1px #333 dotted;
	
}

.contents_area p {

	margin: 0 0 5px 0;
	
	padding: 0;
	
	font-size: 12px;
	
	text-align: left;
	
}

.sec_area {

	width: 490px;
	
	margin: 0;
	
	padding: 0;
	
	text-align: left;
	
	clear: both;
	
}

.sec_area:after {

	content: ".";
	
	display: block;
	
	height: 0;
	
	clear: both;
	
	visibility: hidden;
	
}

.sec_area {

	display: inline-table;
	
}

/* Hides from IE-mac \*/
* html body .sec_area {
	
	height: 1px;

}

.sec_area {

	display: block;
	
}

/* End hides from IE-mac */



/*

########################################################

	=11-1   archive // left_column_tag

########################################################

*/

#left_column_tag {

	background-image: url(../img/tag_title.jpg);
	
	background-repeat: no-repeat;
	
	margin: 15px 0 0 15px;
	
	padding: 7px 0 0 85px;
	
	height: 25px;

}

#left_column_tag ul {

	margin: 0;
	
	padding: 0;
	
	height: 25px;
	
}

#left_column_tag ul li {

	list-style: none;
	
	float: left;
	
	color: #3366CC;
	
	margin: 0 10px 0 0;

}



/*

########################################################

	=11-2   archive // left_column_trackback

########################################################

*/

#left_column_trackback {

	margin: 30px 0 0 15px;
	
	padding: 0;
 
}

#left_column_trackback p {

	margin: 5px 0 0 0;
	
	padding: 0;

}



/*

########################################################

	=11-3   archive // left_column_comment_form

########################################################

*/

#left_column_comment_form {

	margin: 30px 0 0 15px;
	
	padding: 0;
	
}

#left_column_comment_form p {

	margin: 0;
	
	padding: 0;
	
}

#left_column_comment_form form {

	margin: 0;
	
	padding: 0;
	
}



/*

########################################################

	=11-4   archive // left_column_comment_innner

########################################################

*/

#left_column_comment_innner {

	width:490px;
	
	margin: 0 0 40px 0;
	
}

#left_column_comment_innner p {

	font-size: 12px;
	
	margin: 0 0 5px 0;
	
	padding: 0;
	
}

#left_column_comment_innner .check_text {

	font-size: 10px;
	
	margin: 0 0 5px 0;
	
	padding: 0;
	
}



/*

########################################################

	=11-5   archive // left_column_comment_text

########################################################

*/

#left_column_comment_text p {

	margin: 0 0 5px 0;
	
	padding: 0;
	
	font-size: 12px;
	
	color: #FF0000;
	
}

#left_column_comment_text_form {

	margin: 10px 0 0 0;
	
	padding: 0;
	
}

#left_column_comment_text_form textarea {
	
	font-size: 12px;
	
}



/*

########################################################

	=11-5   archive // left_column_comment_list

########################################################

*/

#left_column_comment_list {

	margin: 10px 0 0 15px;
	
	padding: 0;

}

#left_column_comment_list p {

	margin: 5px 0 0 0;
	
	padding: 0;

}

#left_column_comment_list_footer {

	width: 490px;
	
	margin: 20px 0 0 0;
	
	padding: 0;
	
	text-align: right;
	
	border-top: 1px dotted #9B9B9B;
	 
}

#left_column_comment_list_footer p {

	margin: 5px 0 25px 0;

}

#bt_check {

	margin: 5px 0 0 0;

}



/*

########################################################

	=12-1   index // index_archive

########################################################

*/

#index_archive {

	margin: 0 0 10px 15px;
	
	padding: 0;
	
}

#index_archive ul {

	list-style: none;
	
	margin: 0;
	
	padding: 0;
	
}

#index_archive ul li {

	margin: 5px 0;
	
	padding: 0;

}
