/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

@charset "UTF-8";

/*==============================================================================

	flower_spring Template Style 1.0

==============================================================================*/

/* gloval
------------------------------------------------------------------------------*/
*{
	margin:0px;
	padding:0px;
}
body{
	font-size:80%;
	color:#333333;
	background:url(http://ikko.torablog.net/image/bg_body.gif) repeat-x;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
}
div{
	word-break:break-all;
}
blockquote{
	padding:20px 40px;
}
a{
	color:#4646ff;
	text-decoration:underline;
}
a:hover{
	color:#ee2493;
	text-decoration:none;
}
ul,li{
	list-style:none;
}

/* area
------------------------------------------------------------------------------*/
/* 全体枠 */
div.all_contents{
	width:810px;
	margin-left:auto;
	margin-right:auto;
}

/* タイトルエリア */
.main_title{
	height:253px;
	padding:10px 0 0 10px;
	background:url(http://ikko.torablog.net/image/ikkobana.jpg) 0 0 no-repeat;
}

/* ブログ見出し */
#blog_title {
	display:block;
	font-size:140%;
	font-weight:bold;
	margin:55px 0px 0px 0px;
	letter-spacing:1px;
	overflow:hidden;
	word-break:break-all;
}
h1#blog_title {
	font-size:140%;
	margin:55px 0px 0px 0px;
}
#blog_title a{
        color: #ffffff;
	text-decoration:none;
}
#blog_title a:hover{
	text-decoration:underline;
}

/* ブログ説明 */
#blog_description {
	font-size:100%;
	font-weight:normal;
	letter-spacing:1px;
	overflow:hidden;
	word-break:break-all;
	margin:8px 0px 0px 0px;
}

/* コンテンツエリア */
div.body_area{
	width:100%;
	background:url(http://ikko.torablog.net/image/bg_body_area1.gif) 0 0 repeat-y;
}
/* ----- clearfix ----- */
div.body_area:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div.body_area {display: inline-table; zoom: 1}
/* Hides from IE-mac \*/
* html div.body_area {height: 1%;}
div.body_area {display: block;}
/* End hide from IE-mac */
/* ----- /clearfix ----- */

/* 左領域 */
div.left_area{
	float:left;
	width:640px;
}

/* 左メニューエリア */
div.left_body{
	float:left;
	width:170px;
	padding:20px 0 0 0;
}

/* 記事エリア */
div.right_body{
	float:right;
	width:468px;
	overflow:hidden;
}

/* 右領域(右メニュー) */
div.right_area{
	float:right;
	width:170px;
	padding:20px 0 0 0;
}

/* フッター領域 */
div.footer_area{
	clear:both;
	height:10px;
}

/* parts
------------------------------------------------------------------------------*/
/* 汎用パーツ */
.parts_area{
	margin-bottom:15px;
}
.parts_area ul li{
	line-height:150%;
}

.parts_title {
	font-size:90%;
	font-weight:bold;
	padding:5px 3px 5px 5px;
	letter-spacing:1px;
	overflow:hidden;
	word-break:break-all;
	background:url(http://www.torablog.net/design/flower_spring/images/bg_parts_title.gif) 0 100% no-repeat;
}
.parts_text {
	font-size:90%;
	line-height:130%;
	overflow:hidden;
	word-break:break-all;
	padding:5px 5px 3px 5px;
}
.parts_text dd {
	margin-bottom:2px;
}
.parts_text a{}
.parts_text a:visited{}
.parts_text a:hover{}
#parts_blog_title{
	font-size:120%;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;

}
#parts_blog_explanation{
	font-size:90%;
	font-weight:normal;
	padding:3px;
}

/* プロフィール */
#profile_area{
	text-align:center;
}
#profile_area img{
}
#profile_area p#nickname{
	font-size:100%;
	font-weight:bold;
	text-align:center;
	margin:5px 0;
}
#profile_area a{
	display:block;
	width:80px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	border:#6F6F6F outset 3px;
	background-color:#999999;
	text-decoration:none;
	margin-left:auto;
	margin-right:auto;
	padding:0px 5px 0px 5px;
	_padding:2px 5px 2px 5px;
}
#profile_area a:hover{
	color:#E1E1E1;
}

/* カテゴリ別アーカイブ */
.category_switch{
	color:#FFFFFF;
	padding-left:2px;
	padding-right:2px;
	margin-right:2px;
	border:#666666 1px solid;
	background:#999999;
	text-decoration:none;
}

/* サブカテゴリ開閉[+] */
.category_switch a{
	color:#FFFFFF;
}
#category_archive_area{}
#category_archive_title{}
#category_archive_text{}
#category_archive_text ul{}
#category_archive_text ul ul{
	padding-left:10px;
}
#category_archive_text ul ul ul{
	padding-left:10px;
}
#category_archive_text a{}
#category_archive_text a:visited{}
#category_archive_text a:hover{}

/* 月別アーカイブ定義 */
#monthly_archive_area{}
#monthly_archive_title{}
#monthly_archive_text{}
#monthly_archive_text a{}
#monthly_archive_text a:visited{}
#monthly_archive_text a:hover{}

/* 最近の記事設定 */
#article_recent_area{}
#article_recent_title{}
#article_recent_text{}
#article_recent_text a{}
#article_recent_text a:visited{}
#article_recent_text a:hover{}

/* 最近のコメント定義 */
#comment_recent_area{}
#comment_recent_title{}
#comment_recent_text{}
#comment_recent_text a{}
#comment_recent_text a:visited{}
#comment_recent_text a:hover{}

/* 最近のトラックバック定義 */
#trackback_recent_area{}
#trackback_recent_title{}
#trackback_recent_text{}
#trackback_recent_text a{}
#trackback_recent_text a:visited{}
#trackback_recent_text a:hover{}

/* カレンダー関連 */
#calendar_area{}
#calendar_title{}
#calender_value{}
table.clTable{
	font-size:12px;
	font-weight:bold;
	width:170px;
	line-height:150%;
	text-align:center;
	color:#7B1548;
}
table.clTable th{
	font-size:10px;
}
table.clTable td{}

th.clSunday{
	color:#E03636;
}
th.clWeekDay{
	color:#886535;
}
th.clSaturday{
	color:#3063B8;
}
td.clSunday{
	color:#E03636;
}
td.clWeekDay{
	color:#886535;
}
td.clSaturday{
	color:#3063B8;
}
td.clSpSunday{}
td.clSpWeekDay{}
td.clSpSaturday{}
table.clTable a{
	display:block;
	background:transparent;
	text-decoration:underline;
	color:#B01E67;
}
table.clTable a:link {}
table.clTable a:visited {}
table.clTable a:hover {
	background:#FFFFFF;
	color:#7B1548;
}

td.clSunday a{
	color:#FF6666;
	text-decoration:underline;
}
td.clSaturday a{
	color:#538BE6;
	text-decoration:underline;
}
td.clSunday a:hover{
	color:#E03636;
}
td.clSaturday a:hover{
	color:#3063B8;
}

/* グループブログ設定 */
#join_message_area{}
#join_message_title {}
#join_message_text{
	padding:2px;
	font-size:10px;
}

#join_message_button_area{
	text-align:center;
}
.join_message_button{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	border:#6F6F6F outset 3px;
	background:#999999;
	padding:0px 5px 0px 5px;
	_padding:2px 5px 2px 5px;
}

/* RSS */
#rss_area{}
#rss_area a{
	display:block;
	width:40px;
	height:16px;
	background:url("http://www.torablog.net/design/common/ico_rss01.gif") no-repeat;
	margin-left:auto;
	margin-right:auto;
}

/* entry
------------------------------------------------------------------------------*/
.page_area{
	margin:0 0 15px;
}
#page_title{
	clear:both;
	font-size:100%;
	font-weight:bold;
	padding:5px 5px 5px 5px;
	text-align:center;
	background:url(http://www.torablog.net/design/flower_spring/images/bg_title.gif) 0 100% no-repeat;
}
#page_title a{
	text-decoration:none;
}
#page_title a:hover{
	text-decoration:underline;
}
.back_article{
	float:left;
	font-size:80%;
}
.back_article a{}
.next_article{
	float:right;
	font-size:80%;
}
.next_article a{}
.article_area{
	clear:both;
	margin-bottom:20px;
}
.article_area_header {
	background:url(http://www.torablog.net/design/flower_spring/images/bg_article_area_header.gif) 0 0 no-repeat;
	border-bottom:2px solid #F5F5F5;
	padding:15px 0 5px 10px;
}
.article_date {
	font-size:80%;
	padding: 0 0 5px 0;
}
.article_title {
	font-size:120%;
	font-weight:bold;
}
.article_title a{
	text-decoration:none;
}
.article_title a:hover{
}
.article_text {
	line-height:130%;
	overflow:hidden;
	word-break:break-all;
	padding:10px;
}
.article_text a{}
.article_text a:visited{}
.article_text a:hover{}
.article_posted {
	font-size:80%;
	font-weight:normal;
	text-align: right;
	padding: 5px 10px 8px 0;
	background:url(http://www.torablog.net/design/flower_spring/images/bg_article_posted.gif) 0 100% no-repeat #F5F5F5;
}
.article_posted a{}
.article_posted a:hover{}

/* トラックバック関連 */
.trackback_area_title {
	font-size:12px;
	font-weight:bold;
	padding:5px 5px 3px 8px;
	color:#FFFFFF;
	background:url(http://www.torablog.net/design/flower_spring/images/bg_title.gif) 0 100% no-repeat #CCCCCC;
}
.trackback_area {
}
.trackback_area_value {
	font-size:9px;
	margin-bottom:5px;
	padding:5px 5px 5px 5px;
}
.trackback_value {
	font-size:12px;
	margin-bottom:5px;
	padding:5px 5px 5px 5px;
}
.trackback_title {
	font-weight:bold;
	padding:5px 0px 3px 0px;
}
.trackback_excerpt{
	margin-bottom:10px;
}
.trackback_name{}
.trackback_posted{
	font-size:10px;
	text-align:right;
	padding:5px 0px 5px 5px;
}
.trackback_daytime {
	font-size:10px;
	font-weight:normal;
}
.trackback_area a {}
.trackback_area a:link {}
.trackback_area a:visited {}
.trackback_area a:hover {}
.trackback_url_input {
	width:400px;
}
.trackback_area_text{
	font-size:10px;
}

/* コメント関連 */
.comment_area_title{
	font-size:12px;
	font-weight:bold;
	padding:5px 5px 3px 8px;
	color:#FFFFFF;
	background:url(http://www.torablog.net/design/flower_spring/images/bg_title.gif) 0 100% no-repeat #CCCCCC;
}
.comment_area{
}
.comment_area_value{
	font-size:80%;
	margin-bottom:5px;
	padding:4px 0px 5px 10px;
}
.comment_value{
	margin-bottom:5px;
	padding:5px 5px 5px 5px;
}
.comment_text{
	overflow:hidden;
	word-break:break-all;
}
.comment_posted{
	font-size:10px;
	font-weight:normal;
	text-align:right;
	padding:5px 0px 5px 5px;
}
.comment_daytime{}
.comment_area a{ color:#B01E67; }
.comment_area a:visited{}
.comment_area a:hover{}

/* コメントフォーム */
.comment_form_area{
	margin: 20px auto 0px auto;
	padding:10px;
	background:#F5F5F5;
}
.comment_form_name_area{
	padding:5px;
}
.comment_form_name{
	float:left;
	width:100px;
	font-size:12px;
	padding-top:5px;
}
.comment_form_name_input_area{
	float:left;
}
.comment_form_name_input{
	width:150px;
}
.comment_form_mail_area{
	clear:both;
	padding:5px;
}
.comment_form_mail{
	float:left;
	width:100px;
	font-size:12px;
	padding-top:5px;
}
.comment_form_mail_input_area{
	float:left;
	font-size:12px;
}
.comment_form_mail_input{
	width:150px;
}
.comment_form_url_area{
	clear:both;
	padding:5px;
}
.comment_form_url{
	float:left;
	width:100px;
	font-size:12px;
	padding-top:5px;
}
.comment_form_url_input_area{
	float:left;
}
.comment_form_name_url_input{
	width:250px;
}
.comment_form_comment_area{
	clear:both;
	padding:5px;
}
.comment_form_comment{
	font-size:12px;
}
.comment_form_comment_input_area{}
.comment_form_comment_input{
	width:360px;
	height:100px;
}
.comment_form_button_area{
	padding-bottom:10px;
	text-align:center;
}
.comment_form_button{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	border:#6F6F6F outset 3px;
	background:#999999;
	padding:0px 5px 0px 5px;
	_padding:2px 5px 2px 5px;
}

/* 画像の回り込み */
img.img_left{
	float:left;
	padding:0px 10px 10px 0px;
}
img.img_right{
	float:right;
	padding:0px 0px 10px 10px;
}


/**** LINK-tag style sheet headerparts.css ****/

@charset "UTF-8";

* {
	margin:0;
	padding:0;
}
img {
	border:none;
}
body {
	margin:0;
	padding:0;
}

/* headerParts */
#headerParts{
	font-size: 10px;
	background:#FFFFFF url(http://www.torablog.net/common/images/bg_blogheader.gif) left bottom repeat-x;
}

#headerPartsLeft {
	float: left;
}
#headerPartsLeft a{
	display: block;
}
#headerPartsLeft img{
	padding: 2px 5px 4px 5px;
}

#headerPartsRight {
	float: left;
	color: #999999;
	text-align: right;
	padding: 6px 5px 0 0;
}
#headerPartsRight a{
	color: #999999;
	text-decoration: underline;
}
#headerPartsRight a:hover{
	color: #CCCCCC;
	text-decoration: none;
}
#headerPartsRight li{
	display: inline;
}
#headerPartsRight li.regist{
	padding: 0 0 0 15px;
	background:url(http://www.torablog.net/common/images/ico_blogheader01.gif) no-repeat 0 65%;
}
#headerPartsRight li.recommend{
	margin: 0 0 0 5px;
	padding: 0 0 0 15px;
	background:url(http://www.torablog.net/common/images/ico_blogheader02.gif) no-repeat 2% 65%;
}

#headerPartsRight02 {
	float: right;
	color: #999999;
	text-align: right;
	padding: 6px 5px 0 0;
}
#headerPartsRight02 a{
	color: #000000;
	text-decoration: underline;
}
#headerPartsRight02 a:hover{
	color: #999999;
	text-decoration: none;
}
#headerPartsRight02 li{
	display: inline;
}
#headerPartsRight02 li.prLink span{
	color:#FF9900;
}

.clearFix{
	display: inline-table;
}
/* hack \*/
.clearFix{
	>height:1%;
	display:block;
}
/* /hack */

.clearFix:after {
	content: "."; 
	height: 0; 
	clear: both; 
	display: block; 
	visibility: hidden;
}


/**** LINK-tag style sheet styles.css ****/

@charset "UTF-8";

/* glovalFooter */
#glovalFooter{
	text-align: center;
}
#glovalFooter img{
	padding: 5px 0 0 0;
}

/* parts_adParts */
.parts_adParts {
	text-align:center;
	padding-top:15px;
}

html body div.all_contents div.right_area_value div.parts_adParts,
html body div#headerParts,
html body div#glovalFooter {
display: block;
}


.point1{ font-weight:bold;
font-size: 14px;
color: #fff;
background: #f2228a;
padding: 3px;
}