body {
	background:#F6EDE4;
	font-family:Verdana,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

/********************************************追加ここから***********************************************************************/
.container_25{
	width:940px;
	margin:0 auto;
}

/*******************************************************************************************************************

	　　　　　　　　　　　ヘッダ

*******************************************************************************************************************/

#pageTOP{
	border-top:2px solid #ed67a3;
	margin-bottom:5px;
}
.contact_f{
	display: inline-block;
	float:right;
	text-align: center;
    line-height: 24px;
	margin: -5px 5px;
    padding:0 18px;
    border: 1px solid #aeaeae;
    background:#FFF;
    font-size:12px;
	color:#878787;
	text-decoration:none;
	font-weight:bold;
	border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.contact_f:hover{
	background-color:#b5b5b5;
	color:#FFF;
}

.logo_top{
	display:block;
	width:256px;
	height:46px;
	float:left;
	text-indent:-9999px;
	background:url(/_m/img_2014/logo_top.png) no-repeat;
	margin-top:12px;
}

#header_nv{
	float:right;
	margin-top:12px;
}

#header_nv li{
	float:left;
	font-size:13px;
	padding:3px 8px;
	border-left:#84ccc9 1px solid;
}
.right_li{border-right:#84ccc9 1px solid;}
	
#header_nv a{
	color:#757575;
	text-decoration:none;
}
#header_nv a:hover{
	color:#84ccc9;
}

/*******************************************************************************************************************

	　　　　　　　　　　　フッタ

*******************************************************************************************************************/

#footer_line{
	border-top:4px solid #84ccc9;
	margin-top:15px;
	height:2px;
}
footer{
	border-top:1px solid #84ccc9;
	background:#f2f0e8;
	padding:15px 0 5px;
}
#logo_btm{
	margin:10px;
}
#cont_list{
	width:700px;
	float:right;
	margin-bottom:10px;
}
.bb{
	border-bottom:#cdc6a7 1px dashed;
}
.ft_label{
	display:block;
	width:60px;
	font-size:12px;
	background-color:#84ccc9;
	color:#FFF;
	text-align:center;
	line-height:120%;
	padding:3px 2px;
	margin:0 20px 8px 0;
	float:left;
}
.cont_li ul{
	margin:0;
}
.cont_li li{
	float:left;
	margin:5px 20px 0 0;
}
.cont_li li a{
	color:#7f7f7f;
	text-decoration:none;
}
.cont_li li a:hover{
	text-decoration:underline;
}

.line1{padding:10px 2px;}
.inquiry{
	float:left;
	margin-right:30px;
}
.inquiry p{
	color:#7f7f7f;
	font-size:11px;
	margin:-6px 0 0;
}

.contact_f2{
	display: inline-block;
	text-align: center;
    line-height: 24px;
	margin-top:5px;
    padding:0 10px;
    border: 1px solid #aeaeae;
    background:#FFF;
    font-size:12px;
	color:#878787;
	text-decoration:none;
	font-weight:bold;
	border-radius: 6px;
}
.contact_f2:hover{
	background-color:#b5b5b5;
	color:#FFF;
}
.copyright{
	color:#32aaa5;
	font-size:11px;
	text-align:center;
	margin:5px;
}
#linsk{
	padding:10px 0;
	color:#464646;
	font-size:13px;
	line-height:150%;
	text-align:center;
}
#linsk a{
	color:#464646;
	text-decoration:none;
}
#linsk a:hover{
	text-decoration:underline;
}

/*****************************ページトップへもどるボタン*****************************/
#page-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-indent:-99999px;
}
#page-top a{
	display:block;
	width: 60px;
	height:60px;
	background:url(/_m/img_2014/pagetop_btn.png) no-repeat;
}
#page-top a:hover {
	background-position:0px -60px;
}


/*******************共通**********************/

.clear{clear:both;}

.clear_a:after{clear:both;}
.clear_b:before{clear:both;}

/*******************パンくずリスト**********************/
.breadcrumb{
	padding:5px 0;
	background:#e6f5f4;
	margin:10px auto 20px;
	font-size:14px;
}
.breadcrumb a{
	color:#88abbf;
	text-decoration:none;
	margin-right:7px;
	padding-right:12px;
	background:url(/_m/img_2014/breadcrub.png) no-repeat;
	background-position:right center;
}
.breadcrumb a:hover{
	color:#3a7495;
}
.breadcrumb span{
	color:#b1c8d5;
}

/********************************************追加ここまで***********************************************************************/

.container_12,
.container_24 {
	background:#fff;
}

#header {
	padding-top:15px;
}


#header #logo {
	display:block;
	margin:0;
	padding:0;
	text-indent:-9999px;
	background:url(/paracomi/_/img/logo.gif) no-repeat;
	width:190px;
	height:89px;
}


#header .banner {
	padding-left:20px;
}


#global_navi {
	padding-top:10px;
}

#global_navi ul,
#global_navi li {
	margin:0;
	padding:0;
}
#global_navi ul {
	border-bottom:1px solid #0099C2;
	margin:11px 0 10px 11px;
}
#global_navi li {
	display:inline;
}

#global_navi li a{

	text-align:center;
	line-height:25px;
	margin-right:2px;
	text-decoration:none;
	font-size:13px;
	color:#FFF;
	padding:5px 10px;
	background:#0099C2;
	border:1px solid #0099C2;
}

#global_navi li a:hover,
#global_navi li a.current{
	border:1px solid #0099C2;
	border-bottom:1px solid #fff;
	background:#fff;
	color:#000;
}

#sub_navi {
	padding:5px 0 0 0;
}

#sub_navi form{
	margin:21px 0 0 10px;
	line-height:25px;
}
#sub_navi form input{
	height:23px;
}
#sub_navi form .text{
	width:180px;
	margin-right:10px;
}

#sub_navi form .submit{
	padding:0 10px;
	font-size:13px;
	height:26px;
	background:#FC9A00;
	border:0;
	color:#fff;
	cursor:pointer;
}

#sub_navi .notice {
	background:#CFE4F4;
	padding:1em;
}

#sub_navi .search {
}


#contents {
	padding-top:15px;
}

/** パラコミロゴエリア  **/

#logo_area {
	background:#35C3E9;
	padding:0px 0 10px 10px;
	margin:0 0 0 0 0;
}
#logo_area span{
	display:block;
	text-indent:-9999px;
}


#main_logo_area{
	background:#35C3E9;
	margin:0;
	padding:5px;
}
#main_logo_area a{
	display:block;
	background:url(/paracomi/_/img/paracomi_logo_mini.gif) no-repeat left center;
	text-indent:-9999px;
	height:46px;
}



/** パラコミフッターエリア  **/

#paracomi_footer {
	background:#35C3E9;
	padding:10px;
}
#paracomi_footer li{
	padding:0 10px;
	border-left:1px solid #fff;
	display:inline;
}
#paracomi_footer li.first{
	border-left:none;
}

#paracomi_footer li a{
	color:#fff;
	font-size:12px;
}

#paracomi_footer li a:hover{
	color:#FF0000;
	text-decoration:none;
}

/** メイン表示エリア  **/
#paracomi_contents {
	margin:0 11px;
}


/** トピック表示エリア  **/
.res {
	border-top:1px solid #E7E0D0;
	padding:10px 0 12px 5px;
}
.res dl {
	margin:0;
	border-left:4px solid #b1e65b;
	padding-left:12px;
}
.res dl.admin {
	border-color:#FF6872;
}

.res dt,
.res dd {
	font-size:13px;
	margin-bottom:5px;
	line-height:140%;
}

.res dd {
	margin-left:10px;
}

.res dt a{
	font-weight:bold;
}

.res dl.admin dt a{
	color:#FF6872;
}


.res .name {
	margin-left:1em;
	font-weight:bold;
}
.res .name span{
	font-weight:normal;
	color:#666;
}
.res .date {
	margin-left:1em;
	color:#333;
}
.res  a {
	color: #1846ff;
	text-decoration:underline;
}
.res  a:hover{
	color:#FF6872;
	text-decoration:none;
}


/** レス表示 **/
.res dd a{
	padding-left:15px;
	background:url(/paracomi/_/img/tree_icon.gif) no-repeat left center;
}

.res dd.admin a{
	color:#FF6872;
}

.res .last a {
	background:url(/paracomi/_/img/tree_last_icon.gif) no-repeat left center;
}



/** トピック表示 **/
#topic {
	border:7px solid #ebebeb;
	padding:25px;
	margin:0 0 10px 0;
}
#topic h1{
	padding:0;
	margin:0 0 1em 1em;
	text-indent:-1em;
	font-size:16px;
	line-height:150%;
	font-weight:bold;
}

#topic .text{
	margin:0 0 2em 1em;
	padding:0;
	line-height:140%;
	font-size:14.4px;
}

#res_list .author,
#topic .author{
	text-align:right;
	margin:0 0 1.5em 0;
	padding:0 0 0.5em 0;
	color:#222;
	font-size:13px;
}

#res_list .author{
	padding:0;
}

#res_list .author .name,
#topic .author .name{
	padding-left:0;
	border:none;
	font-weight:bold;	
	color:#777;
}
#res_list .author span,
#topic .author span{
padding:0 0.7em 0 0.7em;
border-left:1px solid #999;
}








#topic .button_res{
	display: block;
	background:#464646;
	text-decoration:none;
	color:#fff;
	width:8em;
	line-height:2em;
	text-align:center;
	margin:0 auto;
	padding:0;
	font-size:15px;
	font-weight:bold;
	border:1px solid #000;
	border-color:#8c8c8c #000 #000 #8c8c8c;
}
#topic .button_res:hover{
	background:#FBA421;
	border-color:#fbc36f #c17e19 #c17e19 #fbc36f;
}



#topic table {
	margin:0 auto 0 auto;
}



#topic .note {
background:#EBEBEB;
padding:1em 1em 1em 2em;
font-size:14px; line-height:150%; 
text-indent:-1em; color:#FF6A6A; 
margin:-25px -25px 25px -25px ;
}


/** カテゴリ一覧表示 **/

#cateview {
	margin:0 0 20px 10px;
	font-size:15px;
}

#cateview dt{
	margin:20px 0 10px 10px;
	padding:5px 0 5px 5px;
	font-weight:bold;
	border-left:5px solid orange;
	font-size:14px;
}
#cateview dd{
	margin:0 0 10px 20px;
	padding:0 0 5px 10px;
}


#cateview a:hover {
	text-decoration:none;
	color:#FF0000;
}
/** トピック下広告 **/

.ad_TreeBottom {
	margin-left:11px;
}

/** レス一覧表示 **/

#res_list{
	margin:0 0 0 0;
	padding:25px;
}
#res_list .res2{
padding:1em 0 1em 1em;
border-top:1px dotted #999;
}



#res_list h3 {
	color:#111;
	font-size:15px;
	padding:0 0 0.7em 0;
	margin-left:-1em;
}

#res_list .category{
	padding-bottom:0px;
}

#res_list .category p{
	background:url(/paracomi/_/img/bg_folder.png) no-repeat left top;
	padding-left:20px;
}

#res_list .category p a{
	padding-left:1em;
}

#res_list .ad_ResBottom{
	margin:0;
	clear:both;
	padding: 0 0 20px 11px;
}

.nw {
	color:red !important;
	font-weight:bold !important;
	margin-left:2px !important;
}


/**********************************************

 インデックス、トピックページ以外のスタイル

****************/

.main_page {
	padding-left:20px;
}
.main_page h1{
	margin-bottom:1em;
}
/**********************************************

 トピック投稿フォーム 

****************/


#new_topic {
	padding-left:20px;

}

.main_page h1,
#new_topic h1{
	font-size:18px;
	padding:0.5em 0.5em 0.5em 0;
	border-bottom:1px solid red;
}
.field-header{
	margin-bottom:0.3em;
}
.field-content {
	margin-bottom:10px;
}

#entry-body,
#entry-title {
	width:460px;
}

#entry-submit{
	display:block;
	width:10em;
	height:3em;!important
}

/** 展開メニュー **/
.res .open a {
	background:url(/paracomi/_/img/open_icon.gif) no-repeat left center;
	text-decoration:none;
	color:#666;
}
.res .open a span{
	text-decoration:underline;
	color:#3997FF;
}


/****/
.res .open a .comment_cnt {
	text-decoration:none;
	color:#0099C2;
	margin-right:1em;
	background:#dcf8ff;
}





/** ページャー  **/
.pager {
	border-top:1px solid #E7E0D0;
	padding:20px 0 20px 5px;
}

.pager ul li {
list-style-type : none;
font-size:13px;
display:inline;
background-color:#FFFFFF;
}

.pager ul li a {
text-decoration:none;
border:1px solid #ccc;
padding:5px 7px;
color:#506000;
}

.pager ul li a:hover {
border:1px solid #9a0;
background:#506000;
color:#FFF;
}

.pager ul li a:visited {
}

.pager ul span.current_page {
padding:1px 4px;
color:#000;
}





#mypage_contents ul.pager2 {
      margin: 10px;
}
#mypage_contents ul.pager2 li {
      float: left;
      margin-right: 5px;
      border: 1px #3366FF solid;
      font-weight: bold;
}
#mypage_contents ul.pager2 li.prev,
#mypage_contents ul.pager2 li.next {
      border: none;
}
#mypage_contents ul.pager2 li a {
      position: relative;
      display: block;
      padding: 3px 8px;
      color: #3366FF;
}
#mypage_contents ul.pager2 li a:link,
#mypage_contents ul.pager2 li a:visited {
      text-decoration: none;
}
#mypage_contents ul.pager2 li a:hover,
#mypage_contents ul.pager2 li a:active {
      background-color: #AADDFF;
      text-decoration: none;
}
#mypage_contents ul.pager2 li em {
      display: block;
      padding: 3px 8px;
      background: #3366FF;
      color: #FFFFFF;
}

/**

**/


/** サイドバー  **/
#sidebar {
	padding:15px 10px 20px 20px;
}
#sidebar.top {
	padding:0px 0px 20px 10px;
}

#sidebar.top form{
	margin:0;
	padding-bottom:20px;
}
#sidebar h3{
	background:#ff6872;
	color:#fff;
	font-weight:normal;
	padding:5px;
	font-size:12px;
	margin:0 0 10px 0;
}

.widget-sign-in ul{
	list-style-type:square;
	font-size:12px;
	padding:0px 10px 10px 10px;
	margin-left:15px;
}

.widget-sign-in ul li{
	margin-bottom:10px;
}



/*ローディング*/
.loading {
	background:url("/paracomi/_/img/loadinfo.net.gif") left center no-repeat;
	font-size:13px;
	display:block;
	padding-left:30px;
	margin-left:20px;
	height:24px;
}



/**********************************************

 システム登録ページ

****************/

#new_topic form {
	margin:10px 0 0 0;
}

#new_topic .hint{
	color:#333;
	font-size:13px;
	font-weight:bold;
	padding:5px 0 0 0;
}

#generic-error{
	background:#FFCCCC;
	margin:1em;
	padding:1em;
}
#generic-error img {
	display:none;
}


#username {
	margin-bottom:0px;
}




.post_btn {
	padding:5px 10px;
	font-size:15px;
	margin-right:20px;
	height:auto !important;
	cursor:pointer;
}

#topic dt {
	font-size:14px;
	font-weight:bold;
	color:#0099C2;
}

#topic dd {
	font-size:16px;
	line-height:150%;
	margin-bottom:15px;
}








#member_menu {
	padding:0 10px 10px 10px;
}
#member_menu ul{
	margin:0 0 0 20px;
}

#member_menu ul li{
	list-style-type:square;
	margin:0 0 10px 0;
	font-size:13px;
}


/**********************************************

 コメント投稿フォーム 

****************/

#comment_form {
	border:3px solid #ffdddf;
	margin:15px 0 20px 0;
	padding:10px;
}

#comment_form h3 {
	border-left:5px solid #FF6872;
	margin:0 0 10px 0;
	padding-left:9px;
}



#comment_form form {
	margin:0;
	padding:0;
	line-height:20px;
}

#comment_form form input{
	border:1px solid #7F9DB9;
	height:auto;
}


#comment_form #login_password,
#comment_form #login_id {
	font-size:14px;
	padding:5px;
}

#comment-text,
#comment_author,
#comment-title {
	width:300px;
	padding:5px;
}

#comment-text{
	height:200px;
	line-height:150%;
}

#comment-author {
	margin-bottom:5px;
}

#comment-preview,
#comment-submit {
	padding:5px;
}

#comment_form dt{
	font-size:14px;
}
#comment_form dd{
	font-size:13px;
	margin:0 0 10px 0;
}

.tdPostArea {
	width:300px;
	padding-right:50px;
}


.userName {
	font-weight:bold;
	color:#3366CC;
	font-size:120%;
	margin:0 5px;
}



/**********************************************

 トピック投稿フォーム 

****************/

#entry_title {
	width:510px;
	padding:5px;
}
#entry_text {
	width:500px;
	height:300px;
	padding:10px;
	line-height:150%;
}




.gray {
	color:#999;
}

/**********************************************

 マイページ 

****************/

#mypage_contents {
	margin-left:15px;
	padding-bottom:30px;
}


#mypage_contents table{
	width:100%;
	font-size:14px;
}


#mypage_contents td{
	text-align:left;
	line-height:150%;
}

#mypage_contents .date{
	width:90px;
	text-align:center;
	line-height:120%;
}

#mypage_contents .commentCnt{
	width:70px;
	white-space:nowrap;
	text-align:center;
}


#mypage_contents .tdChkbox{
	width:20px;
}

#mypage_contents .del,
#mypage_contents .url{
	width:50px;
	white-space:nowrap;
	text-align:center;
}


#mypage_contents .deldata{
	font-size:15px;
	line-height:150%;
}

#mypage_contents .deldata dt{
	color:#0099CC;
	font-weight:bold;
}


#mypage_contents .deldata dd{
	margin-left:1em;
	margin-bottom:1em;
	font-size:14px;
}




#mypage_contents h1{
	font-size:16px;
	line-height:140%;
	margin:10px 0 1em -5px;
	padding:5px;
	border-bottom:1px solid orange;
}


#mypage_contents h2{
	font-size:15px;
	line-height:140%;
	margin:10px 0 0.5em 0;
	padding:3px;
	border-left:3px solid orange;
}



.formNote {
	font-size:12px;
	color:#777;
	display:block;
}

.moreList {
	text-align:right;
	padding:10px 0 5px 0;
}
.moreList a{
	border-bottom:1px solid orange;
	text-decoration:none;
}

.moreList a:hover{
	color:#FF0000;
	border:none;
	text-decoration:none;
}




    #globaladmin {
		background:#336600;
		
    }
    
    #globaladmin a,
    #globaladmin li{
		display:block;
		
    }
    

    #globaladmin li{
		float:left;
		width:100px;
		text-align:center;
		background:#336600;
		border-right:1px #fff solid;
		
    }

    
    #globaladmin a{
		color:#fff;
		padding:10px 5px 10px 5px;
    }
    
    #globaladmin a:hover{
		color:#FF0000;
		background:#FFFFCC;
    }
    


/**********************************************

 フォーム関連

****************/


#memreg ol{
	margin:20px;

}

#memreg li{
	margin:0 0 10px 0;

}

#memreg .text{
	margin:0;
}


#memreg .formItemMail {
	width:300px !important;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:5px;
}


/****2014アンケート****/
.results-bar{
	background-color:#ff8881;
	color:#900;
	text-align:right;
}

