@charset "utf-8";
/*
 * フォントサイズ
 */
/* 
10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%
*/

a{
	color:#3a7cae;
	text-decoration:none;
}
a:hover{
	color:#CC0066;
	text-decoration:underline;
}
a:visitd{
	color:#3a7cae;
	text-decoration:none;
}
body{
	background-color:#ffffff;
	text-align:center;
	color:#333;
	font-family:'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
}
#all{
	width:800px;
	text-align:center;
	margin:20px auto;
}

/*
 * ヘッダー
 */
#header{
	text-align:left;
}
#support_menu{
	margin:5px 0 0 0;
	text-align:right;
	float:right;
}
#description{
	color:#333333;
	margin:5px 0 0 0;
	float:left;
	font-size:93%;
}
#header_bg{
	margin:10px 0 0 0;
}

/*
 * コンテナ
 */
#container{
	width:740px;
	margin:0 auto;
	text-align:left;
}
#topicpath{
	padding:10px 0 25px 0;
	color:#999999;
	font-size:93%;
}

/* グローバルメニュー// */
#global_menu_wrap{
	width:740px;
}
#global_menu{
/*	margin:0 auto;*/
	padding:0;
	width:579px;
	height:25px;
	background:url(/common/image/global_navi_off.gif) no-repeat;
}
#global_menu ul{
	padding:0;
	margin:0;
}
#global_menu li{
	display:inline;
	list-style-type:none;
}
#global_menu li a{
	height:25px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}
#global_menu li.global_menu_1 a{
	background:url(/common/image/global_navi_off.gif) no-repeat 0 0;
	width:116px;
}
#global_menu li.global_menu_2 a{
	background:url(/common/image/global_navi_off.gif) no-repeat -116px 0;
	width:116px;
}
#global_menu li.global_menu_3 a{
	background:url(/common/image/global_navi_off.gif) no-repeat -232px 0;
	width:116px;
}
#global_menu li.global_menu_4 a{
	background:url(/common/image/global_navi_off.gif) no-repeat -348px 0;
	width:116px;
}
#global_menu li.global_menu_5 a{
	background:url(/common/image/global_navi_off.gif) no-repeat -464px 0;
	width:115px;
}
#global_menu li.global_menu_1 a:hover{
	background:url(/common/image/global_navi_on.gif) no-repeat 0 0;
}
#global_menu li.global_menu_2 a:hover{
	background:url(/common/image/global_navi_on.gif) no-repeat -116px 0;
}
#global_menu li.global_menu_3 a:hover{
	background:url(/common/image/global_navi_on.gif) no-repeat -232px 0;
}
#global_menu li.global_menu_4 a:hover{
	background:url(/common/image/global_navi_on.gif) no-repeat -348px 0;
}
#global_menu li.global_menu_5 a:hover{
	background:url(/common/image/global_navi_on.gif) no-repeat -464px 0;
}
#global_menu li.global_menu_1_on a{
	background:url(/common/image/global_navi_on.gif) no-repeat 0 0;
	width:116px;
}
#global_menu li.global_menu_2_on a{
	background:url(/common/image/global_navi_on.gif) no-repeat -116px 0;
	width:116px;
}
#global_menu li.global_menu_3_on a{
	background:url(/common/image/global_navi_on.gif) no-repeat -232px 0;
	width:116px;
}
#global_menu li.global_menu_4_on a{
	background:url(/common/image/global_navi_on.gif) no-repeat -348px 0;
	width:116px;
}
#global_menu li.global_menu_5_on a{
	background:url(/common/image/global_navi_on.gif) no-repeat -464px 0;
	width:115px;
}

/*
 * コンテンツ:1カラム
 */
#main{
	width:740px;
}

/*
 * ホーム
 */
#home #mainimage{
	padding:15px 0 5px 0;
}
#home #information{
	margin:0 0 25px 0;
	font-size:93%;
}
#home #information .mark{
	margin-right:5px;
}

/*
 * ブログ
 */
#content{
	width:556px;
	float:left;
}
#content .page_navigation{
	color:#999999;
	text-align:right;
	width:550px;
	margin:0 0 20px 0;
	font-size:93%;
}

#content .post{
	width:550px;
	margin:0 0 40px 0;
	padding:0;
}
#content .post .title{
	padding:0 0 0 10px;
	border-left:5px solid #848484;
}
#content .post .date{
	color:#333;
	font-size:93%;
}
#content .post h2{
	font-size:16px;
	color:#333;
	margin-top:5px;
}
#content .post .sbs{
	text-align:right;
}
#content .post .content{
/*	margin:0 0 40px 0;*/
	padding:0;
	line-height:200%;
	font-size:93%;
}
#content .post .content .box_1{
	padding:10px;
	background-color:#f7faff;
	border:#e7efff 1px solid;	
}
#content .post .content .env{
	padding:10px;
	background-color:#f2f2f2;
	border:#cccccc 3px solid;	
}
#content .post .metadata{
	text-align:right;
	color:#666666;
	margin:5px 0 15px 0;
	background-image:url(/common/image/post_metadata_border.gif);
	background-repeat:no-repeat;
	padding-top:5px;
	font-size:93%;
}
#content .post h2 a{
	color:#333;
	text-decoration:none;
}
#content .post h2 a:hover{
	color:#CC0066;
	text-decoration:underline;
}
#content .post h2 a:visitd{
 color:#333;
 text-decoration:none;
}
#content .post h3 {
	color:#88aa09;
	border-bottom:1px #dddddd dotted;
	background-image:url(/common/image/mark_h3.gif);
	background-repeat:no-repeat;
	background-position: left center;	
	padding:0 0 0 13px;
	margin:0 0 15px 0;
}
#content .post h4 {
	color:333333;
	background-image:url(/common/image/mark_h4.gif);
	background-repeat:no-repeat;
	background-position: left center;	
	padding:0 0 0 13px;
}
#content .post img{
	border:1px solid #dddddd;
	padding:3px;
}
#content .post blockquote{
	margin:0;
	padding:20px;
	background-color:#ffffff;
	background-image:url(/common/image/post_bq_bg.gif);
}
#content .post blockquote ol{
	margin:0;
	padding:0 20px;
}
#content .post blockquote li{
}
#content .post .quote_from{
	text-align:right;
}
#content #comments{
	width:550px;
	margin:15px 0 35px 0;
	font-size:93%;
}
#content #comments h3{
	font-size:16px;
	color:#333;
	margin:5px 0 15px 0;
	padding:0 0 0 10px;
	border-left:5px solid #ddd;
	border-bottom:1px solid #fff;
}
#content #comments .comment_text{
	margin:15px 0 15px 0;
}
#content #comments .comment_metadata{
	text-align:right;
	background-image:url(/common/image/post_metadata_border.gif);
	background-repeat:no-repeat;
	padding-top:5px;
}
#content #add_comment{
	margin:15px 0 15px 0;
}
#content pre.prettyprint{
	padding:20px;
	background-color:#ffffff;
	background-image:url(/common/image/code_bg.gif);
	overflow:scroll;
	width:510px;
}
#content pre.normal{
	padding:20px;
	background-color:#ffffff;
	background-image:url(/common/image/code_bg.gif);
	width:510px;
}
#content .similar_posts{
	margin:15px 0 15px 0;
	padding:20px 0;
}
#content .similar_posts li{
	margin-left:0;
}

/* 
 * サイドバー
 */
#sidebar{
	width:170px;
	margin:0 0 45px 0;
	float:right;
	font-size:93%;
}
#sidebar .follow_me{
	margin:10px 0;
}
#sidebar .to_list{
	padding:10px;
}
#sidebar .header{
	width:170px;
	height:48px;
	text-align:right;	
}
#sidebar .body{
	background-color:#efefef;
	padding:0 10px;
	margin:0;
	overflow:hidden;
	color:#666666;
}
#sidebar .body ul{
	list-style-type:none;
	padding:0 0 0 3px;
}
#sidebar .body li{
	line-height:150%;
	background:url(/common/image/arrow.gif);
	background-repeat:no-repeat;
	padding:0 0 6px 20px;
}
#sidebar .body li.monthly_archives{
	line-height:150%;
	background:none;
	padding:0 0 6px 0;
}
#sidebar .footer{
	width:170px;
	height:11px;
	background:url(/common/image/sidebar_footer.gif) no-repeat;
}

/* 
 * HAPPY*TRAPとは
 */
#about p{
	line-height:180%;
}
#about .answer{
	margin:10px 0 50px 0;
	padding:20px;
	font-size:93%;	
	background-color:#EBEBEB;
}

/* ブログ記事一覧// */
#entry_list{
	font-size:93%;
	margin-bottom:25px;
}
#entry_list .section{
	padding:5px;
}
#entry_list .date{
	width:80px;
	float:left;
}
#entry_list .subject{
	width:640px;
	float:left;
}
#entry_list .even{
	background-color:#f1f5fa;
}
/* //ブログ記事一覧 */
		
/*
 * リンク
 */
#link{
	font-size:93%;
}
#link .title{
    text-align:left;
	margin:0 0 20px 0;
}

/* 
 * お問い合わせ
 */
#contact .table_1{
	width:100%;
	font-size:93%;
	border-collapse:collapse; 	
}
#contact .table_1 th{
	padding:10px;
	width:200px;
	color:#333;	
	background:#eee;			
	border:1px solid;
	border-color:#b1b8c0;
	text-align:left;
}
#contact .table_1 td{
	padding:10px;
	text-align:left;
	border:1px solid;	
	border-color:#b1b8c0;		
	background:#fff;		
}
#contact .table_1 .title{
	text-align:left;
	background-color:#323b3a;			
}
#contact .table_1 .center{
	text-align:center;
}
#contact .lead, #contact .link, #contact .note{
	font-size:93%;
}

/*
 * フッター
 */
#footer{
	text-align:center;
	margin:0 0 50px 0;
	font-size:93%;
}
#footer #gototop{
	width:760px;
	text-align:right;
	padding-bottom:30px;
}
#copyright{
	margin:10px 0 0 0;
	color:#7c7d71;
}

/*
 * ブックマーク
 */
#bookmark #wrap{
    width:100%;
    background:#eeeeee;
}
#bookmark #wrap #wrap_inner{
	padding:10px 0 0 10px;
}
#bookmark #wrap .box{
	margin:0 10px 10px 0;
    width:170px;
	border:#d7d7d7 solid 1px;	
    background:#ffffff;  	
    color:#666666;
    float:left;
    display:inline;  /* IE6 fix */ 
	overflow:hidden;
}
#bookmark #wrap .box_inner{
	padding:10px;
}
#bookmark #wrap .box .title{
	padding:0 0 0 3px;
	border-left:5px solid #848484;
	margin-bottom:2px;
}
#bookmark #wrap .box .content{
	font-size:93%;
}
#bookmark #wrap .box .title a{
	color:#333;
	text-decoration:none;
}
#bookmark #wrap .box .title a:hover{
	color:#CC0066;
	text-decoration:underline;
}
#bookmark #wrap .box .title a:visitd{
	color:#333;
	text-decoration:none;
}
#bookmark #pagination_wrap{
	margin:15px auto;
	text-align:right;
}
#bookmark #pagination_wrap #pagination{}
#bookmark #pagination_wrap #pagination li{
	font-size:93%;
	list-style:none;
	float:left;
}
#bookmark #pagination_wrap #pagination a{
	border:solid 1px #DDDDDD;
	margin-right:2px;
}
#bookmark #pagination_wrap #pagination .previous-off,
#bookmark #pagination_wrap #pagination .next-off{
	color:#666666;
	display:block;
	font-weight:bold;
	padding:3px 4px;
}
#bookmark #pagination_wrap #pagination .next a,
#bookmark #pagination_wrap #pagination .previous a{
	font-weight:bold;
	border:solid 1px #FFFFFF;
}
#bookmark #pagination_wrap #pagination .current{
	color:#DF2979;
	font-weight:bold;
	display:block;
	padding:4px 6px;
}
#bookmark #pagination_wrap #pagination a:link,
#bookmark #pagination_wrap #pagination a:visited{
/*	color:#0063e3;*/
	display:block;
	padding:3px 6px;
	text-decoration:none;
}
#bookmark #pagination_wrap #pagination a:hover{
	border:solid 1px #666666;
}

/*
 * サービス
 */
#service .section{
	padding:0 0 50px 0;
	margin:0 0 50px 0;
	border-bottom:1px #999999 dotted;
}
#service .last{
	border-bottom:none;
}
#service .section .thumb{
	float:left;
	display:inline;
	width:308px;
}
#service .section .txt{
	float:left;
	display:inline;
	margin-left:15px;
}
#service .section .link{
	margin-top:25px;
	text-align:left;
}

/*
 * メンテナンス
 */
.maintenance_message{
	margin:50px 0 100px 0;
	color:#ff3c00;
	font-weight:bold;
	line-height:150%;
	padding:10px;
	background-color:#FFE1E1;
	border:1px dotted;
	border-color:#FF99CC;
	font-size:100%;
}


.link{
	text-align:center;
	margin:25px 0;
	font-size:92%;
}
.form_buttons{
	text-align:center;
	padding:25px 0 0 0;
}
.middle *{
	vertical-align:bottom;
}
.w60{
	width:60px;
}
.w100{
	width:100px;
}
.w120{
	width:120px;
}
.w160{
	width:160px;
}
.w200{
	width:200px;
}
.w400{
	width:400px;
}
.w500{
	width:500px;
}
.w95per{
	width:95%;
}
.h50{
	height:50px;
}
.h100{
	height:100px;
}
.h200{
	height:200px;
}
.h300{
	height:300px;
}
.h400{
	height:400px;
}
.h500{
	height:500px;
}
.mb2{
	margin-bottom:2px;
}
.mb5{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.message{
	margin:5px 0;
	color:#ff3c00;
	font-weight:bold;
	line-height:150%;
	padding:10px;
	background-color:#FFE1E1;
	border:1px dotted;
	border-color:#FF99CC;
	font-size:92%;
}
.error_message{
	font-size:92%;
	padding:10px;
	margin-bottom:15px;
	background-color:#FFE1E1;
	border:1px dotted;
	border-color:#FF99CC;
}
.error{
	color:#ff0000;
	font-weight:bold;
}
.error_field{
	border:2px solid #FF0000;
}
img.icon{
	margin-right:5px;
}
.lead{
	font-size:92%;
	margin-bottom:15px;
}
.note{
	font-size:92%;
	margin-bottom:5px;
}
.red{
	color:#DF2979;
}
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
}
* html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}