@charset "utf-8";
/*
Theme Name: 全国男性看護師会
Theme URI: 
Description: 全国男性看護師会
Author: 全国男性看護師会
Author URI: 

*/
@import "css/common.css";



body {
	color: #333333;
	background-color:#DDF5FA;
	border-top:5px solid #54CCE5;
}


/*画像リンクのhover透過*/
a:hover img{
-moz-opacity:0.7;
opacity:0.7;
filter: alpha(opacity=70);
} 

/*画像リンクの点線消す*/
a:focus { outline:none;}



/*ヘッダー------------------------*/
#header_wrap {
	width:100%;
}
#header_wrap.top {
	background:url(img/header_bg.png) repeat-x;
}
#header_wrap.under {
	background-color:#ffffff;
}

#header {
	overflow:hidden;
	margin:0 auto;
	padding:0;
	width:960px;
	height:73px;
}
#header h1 {
	float:left;
	width:220px;
	padding:24px 0 0 0;
}

#header #unavi_box {
	float:right;
	width:740px;
	padding:20px 0 0 0;
}
#header ul#unavi {
	width:240px;
	float:right;
	margin:10px 0 0 0;
	border-right:1px solid #005EBB;
}
#header ul#unavi li {
	float:right;
	font-size:11px;
	line-height:20px;
	border-right:1px solid #005EBB;
	border-left:1px solid #005EBB;
	letter-spacing:normal;/*隙間をなくすためのハック*/
}
#header ul#unavi li a {
	display:block;
	padding:0 15px;
}


#header ul#unavi_img {
	float:right;
	width:420px;
	letter-spacing:-0.4em;/*隙間をなくすためのハック*/
}
#header ul#unavi_img li {
	float:right;
	letter-spacing:normal;/*隙間をなくすためのハック*/
}
#header ul#unavi_img li a {
	display:block;
	margin:0 0 0 10px;
}



/*スライド*/
#top_slide_wrap {
	width:100%;
	padding:10px 0 40px;
	text-align:center;
	background:url(img/top_img_bg.png);
}
#top_slide {
	clear:both;
	width:959px;
	margin:-2px auto 0;
}
.bxslider {
	margin:0 auto;
	width:959px;
	overflow:hidden;
}

#top_slide .item  {
	width:959px;
}

#top_slide .item img {
	width:959px;
	height:auto;
}


.top_img {
		width:100%;
		height:450px;
		margin:-2px auto 0;
		padding:0;
		text-align:center;
		background:url(img/top_img_bg.png);
	}
	
	
/*トップ用ナビ*/
#gnavi_wrap_top {
	width:100%;
	height:120px;
	background:url(img/gnavi_wrap_bg.gif);
}
	ul#gnavi_top {
		width:960px;
		margin:0 auto;
		padding:5px 0;
		background:url(img/gnavi_li_bg.gif) center right no-repeat;
		letter-spacing:-0.4em;/*隙間をなくすためのハック*/
	}
	ul#gnavi_top li {
		display:inline-block;
		*display: inline;/*IE用のハック*/
		zoom: 1;/*IE用のハック*/
		font-size:15px;
		background:url(img/gnavi_li_bg.gif) center left no-repeat;
		letter-spacing:normal;/*隙間をなくすためのハック*/
	}
	ul#gnavi_top li a {
		padding:37px 0 36px;
		display:block;
		color:#07529F;
		text-align:center;
		text-decoration:none;
	}
	ul#gnavi_top li.about a { width:214px; }
	ul#gnavi_top li.message a { width:103px; }
	ul#gnavi_top li.organization a { width:199px; }
	ul#gnavi_top li.news a { width:103px; }
	ul#gnavi_top li.activities a { width:106px; }
	ul#gnavi_top li.report a { width:100px; }
	ul#gnavi_top li.contact a { width:133px; }
	
	
	ul#gnavi_top li.current {
		border-bottom:5px solid #005EBB;
	}
	ul#gnavi_top li a:hover {
	}

	ul#gnavi_top li span {
		display:block;
		padding:5px 0 0 0;
		font-size:11px;
		color:#ffffff;
	}

/*下層用ナビ*/
#gnavi_wrap {
	width:100%;
	height:70px;
	background:url(img/gnavi_wrap_bg_under.gif) repeat-x;
}
	ul#gnavi {
		width:960px;
		margin:0 auto;
		padding:5px 0;
		background:url(img/gnavi_li_bg.gif) center right no-repeat;
		letter-spacing:-0.4em;/*隙間をなくすためのハック*/
	}
	ul#gnavi li {
		display:inline-block;
		*display: inline;/*IE用のハック*/
		zoom: 1;/*IE用のハック*/
		font-size:15px;
		background:url(img/gnavi_li_bg.gif) center left no-repeat;
		letter-spacing:normal;/*隙間をなくすためのハック*/
	}
	ul#gnavi li a {
		padding:13px 0 12px;
		display:block;
		color:#07529F;
		text-align:center;
		text-decoration:none;
	}

	ul#gnavi li.about a { width:214px; }
	ul#gnavi li.message a { width:103px; }
	ul#gnavi li.organization a { width:199px; }
	ul#gnavi li.news a { width:103px; }
	ul#gnavi li.activities a { width:106px; }
	ul#gnavi li.report a { width:100px; }
	ul#gnavi li.contact a { width:133px; }
	
	ul#gnavi li.current {
		border-bottom:3px solid #005EBB;
	}

	ul#gnavi li span {
		display:block;
		padding:5px 0 0 0;
		font-size:11px;
		color:#ffffff;
	}
	
/*#コンテンツ------------------------*/
#contents {
	overflow:hidden;
	margin:30px auto;
	padding:0;
	width:960px;
}


/*フッター------------------------*/
#footer_wrap {
	clear:both;
	width:100%;
	background-color:#005EBB;
	margin:15px 0 0 0;
	padding:50px 0;
}
#footer {
	width:960px;
	margin:0 auto;
}
	#footer .ul_box {
		float:left;
		width:700px;
	}
	
	#footer ul {
		margin:0 0 10px -15px;
		text-align:left;
		letter-spacing:-0.4em;/*隙間をなくすためのハック*/
	}
	#footer ul li {
		display:inline-block;
		*display: inline;/*IE用のハック*/
		zoom: 1;/*IE用のハック*/
		font-size:12px;
		letter-spacing:normal;/*隙間をなくすためのハック*/
	}
	#footer ul li a {
		display:block;
		padding:0 15px;
		display:block;
		color:#ffffff;
		text-align:center;
		text-decoration:none;
		border-right:1px solid #ffffff;
	}
	#footer ul li.last a {
		border:none;
	}
	
	#footer ul li a:hover {
		text-decoration:underline;
	}
	#footer .ssl_box {
		float:right;
		widows:135px;
		text-align:right;
	}
	#footer .ssl_box table{
		text-align:right;
	}
	#footer .ssl_box a {
		font-size:10px;
		color:#cccccc;
		text-decoration:none;
	}
	
	
#footer p {
	clear:both;
	text-align:left;
	font-size:11px;
	color:#ffffff;
}

/*---------------------------------------------------------------------------*/
/*トップページ固有*/
/*---------------------------------------------------------------------------*/
.top_news {
	width:100%;
	margin-right:20px;
	padding:0 0 15px 0;
	background-color:#ffffff;
}
	h2.top_h2 {
		margin:0;
		padding:20px 0 10px 0;
		font-size:18px;
		text-align:left;
		letter-spacing:0.1em;
		background:url(img/top_midashi_bg.png) top right no-repeat;
	}
	h2.top_h2 span {
		float:left;
		width:90px;
		margin:5px 10px 0 0;
		font-size:10px;
		color:#ffffff;
		line-height:15px;
		text-align:center;
		display:block;
	}

	h2.top_h2 span.news { background-color:#F39C12;}
	h2.top_h2 span.activities { background-color:#2ECC71;}
	h2.top_h2 span.entry { background-color:#287FB8;}
	h2.top_h2 span.member { background-color:#00ADAA;}
	h2.top_h2 span.activities_new { background-color:#2ECC71;}


	
.top_news dl {
	overflow:hidden;
	margin:0 20px 0;
}
.top_news dl dt {
	clear:both;
	float:left;
	margin:5px 10px 5px 0;
	padding:3px 0;

}
div.news_day {
	width:58px;
	float:left;	
	padding:7px 0;
	text-align:center;
	color:#FF7F00;
	font-size:25px;
	font-weight:bold;
	background-color:#FFCC99;
}
div.news_thum_img {
	overflow:hidden;
	float:right;
	margin-left:5px;
	width:58px;
	height:55px;
	text-align:center;
	border:1px solid #cccccc;
}
div.news_thum_img img {
	height:57px;
	width:auto;
	margin:0 auto;
}

.top_news dl dt span {
	font-size:10px;
	display:block;
	height:13px;
}
.top_news dl dd {
	margin:5px 0;
	padding:5px 0;
	/*line-height:58px;*/
	border-bottom:1px dashed #cccccc;
}
/* IE7以下以外用 */
.top_news dl dd:after {
  content:'';
  display:block;
  clear:both;
}



.top_second_box {
	overflow:hidden;
	clear:both;
	width:100%;
	margin:30px 0 0 0;
	text-align:center;
}
	/*トップ　活動内容*/
	.top_activities_box {
		float:left;
		width:305px;
		height:250px;
		margin-right:20px;
		padding:0 0 15px 0;
		background-color:#ffffff;
	}
	/*トップ　入会について*/
	.top_entry_box {
		float:left;
		width:305px;
		height:250px;
		margin-right:20px;
		padding:0 0 15px 0;
		background-color:#ffffff;
	}
	/*トップ　会員専用ページ*/
	.top_member_box {
		float:left;
		width:305px;
		height:250px;
		padding:0 0 15px 0;
		background-color:#ffffff;
	}
	
/*トップ　申し込み受付中のイベント*/
.top_activities_new {
	clear:both;
	width:100%;
	min-height:200px;
	margin:30px 0 30px 0;
	padding:0 0 15px 0;
	background:url(img/top_activities_new_img.png) 30px 70% no-repeat #ffffff;
}
.top_activities_new dl {
	overflow:hidden;
	margin:20px 10px 0 0;
	padding:0 0 0 170px;
}
.top_activities_new dl dt {
	width:58px;
	float:left;	
	margin:5px 0;
	text-align:center;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	line-height:58px;
	background-color:#2ECC71;
}
.top_activities_new dl dt span {
	font-size:10px;
	display:block;
	height:13px;
}
.top_activities_new dl dd {
	margin:5px 0;
	padding:20px 0 0 70px;
	border-bottom:1px dashed #cccccc;
}
/* IE7以下以外用 */
.top_activities_new dl dd:after {
  content:'';
  display:block;
  clear:both;
}

.top_activities_new dl dd p {
	width:560px;
	float:left;
}
.top_activities_new dl dd a {
}

/*---------------------------------------------------------------------------*/
/*下層共通*/
/*---------------------------------------------------------------------------*/
/*見出し*/
.h2_box {
	width:100%;
	height:120px;
	background-color:#ffffff;
	border-bottom:1px solid #54CCE5;
}
.membercontents {
	width:100%;
	background-color:#00ADAA;
	border-bottom:1px solid #00ADAA;
}
h2.under_h2 {
	width:960px;
	height:85px;
	margin:0 auto;
	padding:35px 0 0;
	font-size:20px;
	background:url(img/under_h2_bg.png) top left no-repeat;
}
h2.under_h2 span {
	display:block;
	color:#005EBB;
	font-size:11px;
	text-transform: uppercase;
}

/*見出し　会員専用コンテンツ用*/
.membercontents h2.under_h2 {
	width:960px;
	height:85px;
	margin:0 auto;
	padding:35px 0 0;
	font-size:20px;
	color:#ffffff;
	background:url(img/under_h2_bg.png) top left no-repeat;
}
.membercontents h2.under_h2 span {
	display:block;
	color:#ffffff;
	font-size:11px;
	text-transform: uppercase;
}

.one_column h4,
.two_column h4 {
	clear:both;
	margin:20px 0 10px;
	padding:10px;
	font-size:14px;
	background-color:#54CCE5;
}
	.one_column h4 a,
	.two_column h4 a {
		color:#333333;
		text-decoration:none;
	}
	.one_column h4 a:hover,
	.two_column h4 a:hover {
		color:#ffffff;
		text-decoration:underline;
	}
	

.one_column h5,
.two_column h5 {
	clear:both;
	margin:10px 0;
	padding:5px 10px;
	font-size:14px;
	background-color:#FFCC99;
}
.one_column p,
.two_column p {
	font-size:13px;
}

.loop_box {
	overflow:hidden;
	margin:0 0 40px;
	padding:0 0 20px;
	border-bottom:1px solid #cccccc;
}

.loop_box table {
	overflow:hidden;
	margin:30px 0;
	padding:0;
	width:100%;
	font-size:13px;
	border:none;
	border-top:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
}
.loop_box table th {
	width:160px;
	margin:1px 1px 1px 0;
	padding:10px 20px;
	border:none;
	text-align:left;
	font-size:13px;
	font-weight:normal;
	vertical-align:top;
	border-bottom:1px solid #ffffff;
	background-color:#eeeeee;
}
.loop_box table td {
	border:none;
	padding:7px 20px;
	font-size:13px;
	border-bottom:1px solid #eeeeee;
}


/*AddQuickTagプラグインで挿入可能なテーブル*/
/*見出し左*/
.loop_box table.table_gray {
	overflow:hidden;
	margin:30px 0;
	padding:0;
	width:100%;
	font-size:13px;
	border:none;
	border-top:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
}
.loop_box table.table_gray th {
	width:160px;
	margin:1px 1px 1px 0;
	padding:10px 20px;
	border:none;
	text-align:left;
	font-size:13px;
	font-weight:normal;
	vertical-align:top;
	border-bottom:1px solid #ffffff;
	background-color:#eeeeee;
}
.loop_box table.table_gray td {
	border:none;
	padding:7px 20px;
	font-size:13px;
	border-bottom:1px solid #eeeeee;
}
/*見出し上*/
.loop_box table.table_gray_t {
	overflow:hidden;
	margin:30px 0;
	padding:0;
	width:100%;
	font-size:13px;
	border:none;
	border-top:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
}
.loop_box table.table_gray_t th {
	margin:1px 1px 1px 0;
	padding:10px 20px;
	border:none;
	text-align:left;
	font-size:13px;
	font-weight:normal;
	vertical-align:top;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-color:#eeeeee;
}
.loop_box table.table_gray_t td {
	border:none;
	padding:7px 20px;
	font-size:13px;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
}

.loop_box ul, .loop_box ol {
margin:0 20px 15px;
text-align:left;
}

.loop_box ul li {
list-style-type:circle;
line-height: 1.6;
margin-bottom: 0.7em;
margin-left: 2em;
list-style-position:outside;
}

.loop_box ol li {
list-style-type:decimal ;
margin-left: 2em;
line-height: 1.6;
margin-bottom: 0.7em;
list-style-position:outside;
}

.loop_box ul li ul {
list-style-type: none;
}
.loop_box ol li ul {
list-style-type: none;
}
.loop_box ol li ol {
list-style-type: none;
}



hr {
	clear:both;
	display:block;
	margin:0;
	height: 1px;
	background-color:#cccccc;
	border: none;
}



/*パンくずナビ*/
#breadcrumb {
	width:100%;
}
#breadcrumb ul {
	width:960px;
	margin:10px auto 0;
	overflow:hidden;
	letter-spacing:-0.4em;/*隙間をなくすためのハック*/
}
#breadcrumb ul li {
	display:inline-block;
	*display: inline;/*IE用のハック*/
	zoom: 1;/*IE用のハック*/
	letter-spacing:normal;/*隙間をなくすためのハック*/
	font-size:10px;
}


/*1カラム用*/
.one_column {
	overflow:hidden;
	padding:20px;
	background-color:#ffffff;
}
.one_column h3 {
	clear:both;
	font-size:18px;
	margin:0 0 10px;
	padding:10px 15px 22px;
	background-color:#B1D797;
	background:url(img/h3_box_bottom.gif) bottom left no-repeat #B1D797;
}
.one_column p {
	padding:10px 15px;
}


/*2カラム用*/
.two_column {
	overflow:hidden;
}
.two_column h3 {
	clear:both;
	font-size:18px;
	margin:0 0 10px;
	padding:10px 15px 22px;
	background-color:#B1D797;
	background:url(img/h3_box_bottom.gif) bottom left no-repeat #B1D797;
}
.two_column p {
	padding:10px 15px;
}
.main {
	width:700px;/*740-40*/
	float:right;
	padding:20px;
	background-color:#ffffff;
}
.side {
	width:200px;
	float:left;
}
.side h4 {
	margin:0;
	padding:5px 10px;
	background-color:#54CCE5;
	color:#ffffff;
	font-size:18px;
}

	ul.side_nav {
	border-top:5px solid #54CCE5;
		margin:0 0 20px;
		padding:5px;
	background-color:#ffffff;
	}
	ul.side_nav li {
		border-bottom:1px dashed #cccccc;
	}
	ul.side_nav li a {
		display:block;
		padding:15px 5px 15px 20px;
		color:#333333;
		text-decoration:none;
		background:url(img/side_nav_bg.png) 5px 15px no-repeat;
	}
	ul.side_nav li a:hover {
		background-color:#54CCE5;
		color:#ffffff;
	}
	ul.side_nav li a span {
		color:#D86C00;
	}
	ul.side_nav li.current,
	ul.side_nav li.current-cat {
		color:#D86C00;
		background:url(img/side_nav_bg.png) 5px 15px no-repeat #eeeeee;
	}

	/*入れ子　リスト*/
	ul.side_nav li.current li {
		background:none;
		color:#D86C00;
		background:#ffffff;
	}


	ul.side_nav ul li{
		background:none;
		border-bottom:none;
		border-top:1px dashed #cccccc;
	}
	ul.side_nav ul li a {
		background:none;
		display:block;
		padding:5px 5px 5px 20px;
		color:#333333;
		text-decoration:none;
	}
	ul.side_nav ul li a:hover {
		background:none;
		background-color:#54CCE5;
		color:#ffffff;
	}
	ul.side_nav ul li a span {
		background:none;
		color:#D86C00;
	}
	ul.side_nav ul li.current-cat {
		color:#ffffff;
		background:url(img/icon_circle_y.png) 5px 10px no-repeat #ffffff;
	}



iframe {
	margin:15px 0;
	border:1px solid #333333;
}
/*---------------------------------------------------------------------------*/
/*ボタン*/
/*---------------------------------------------------------------------------*/
a.goto_page_btn {
	height:40px;
	margin:15px auto 0;
	padding:5px 20px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	background-color:#54CCE5;
	border-bottom:3px solid #1EA5C1;
}
a.goto_page_btn:hover {
	background-color:#1EA5C1;
}


a.goto_pdf_dl_btn {
	display:block;
	width:350px;
	margin:15px auto 0;
	padding:5px 0;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	background-color:#54CCE5;
	border-bottom:3px solid #1EA5C1;
}
a.goto_pdf_dl_btn:hover {
	background-color:#1EA5C1;
}

a.more-link {
	display:block;
	width:200px;
	margin:0;
	padding:5px 0;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	background-color:#54CCE5;
	border-bottom:3px solid #1EA5C1;
}
a.more-link:hover {
	background-color:#1EA5C1;
}

/*---------------------------------------------------------------------------*/
/*ページング*/
/*---------------------------------------------------------------------------*/
.pagination {
clear:both;
margin:20px 0;
padding:10px 0 30px;
position:relative;
font-size:12px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:10px 15px;
text-decoration:none;
width:auto;
color:#005EBB;
background: #eeeeee;
}
 
.pagination a:hover{
color:#fff;
background: #005EBB;
}
 
.pagination .current{
padding:10px 15px;
background: #005EBB;
color:#fff;
}

.prevnextnav {
	margin:15px auto;
	text-align:center;
}
.prevnextnav a{
	display:inline-block;
	margin: 2px 2px 2px 0;
	padding:10px 15px;
	text-decoration:none;
	width:auto;
	color:#005EBB;
	background: #eeeeee;
}
.prevnextnav a:hover{
color:#fff;
background: #005EBB;
}
 
.prevnextnav .current{
padding:10px 15px;
background: #005EBB;
color:#fff;
}


/*---------------------------------------------------------------------------*/
/*ページトップボタン*/
/*---------------------------------------------------------------------------*/
#page-top-box {
	position: fixed;
	bottom: 0;
	right:50px;
	z-index:1000;
}

#page-top {
}
#page-top a {
	width: 100px;
	display: block;
}


/*会員専用ページ*/
.memberonly_box_left {
	float:left;
	width:420px;
	padding:50px 20px 50px 0;
	text-align:center;
	border-right:1px solid #eeeeee;
}

.memberonly_box_right {
	float:right;
	width:420px;
	text-align:center;
	padding:50px 0 50px 20px;
}

/*掲示板*/
#subscription-toggle {
	display:none;
}
#favorite-toggle {
	display:none;
}

ul.bbs_pointlist {
}
ul.bbs_pointlist li {
	margin:0 0 5px 0;
	color:#cc0000;
	font-size:11px;
}



/*input style*/
input, select {
	margin-right:5px;
}

input[type="text"] {
	border:0;
	margin:0;
	padding:5px 10px; 
	border:solid 1px #ccc; 
}
input[type="password"] {
	border:0;
	margin:0;
	padding:10px; 
	border:solid 1px #ccc; 
}

textarea {
	border:0; 
	margin:0;
	padding:10px; 
	border:solid 1px #ccc; 
	width:90%;
	height:8em;
}
select {
	padding:10px;
}
.form_btn_box {
	clear:both;
	margin:30px 0;
}


span.posts_in_category {
	display:none;
}