@charset "utf-8";

/**--------------------------------------
	BASE PARTS
---------------------------------------**/
body
{
	font: 16px arial,helvetica,clean,sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	*font-size: small;
	*font: x-small;
}
/**--title header--**/
p{
	margin-bottom: 1em;
	line-height: 150%;
}
h1{margin-top: 10px; margin-bottom: 15px;}
h2{
	font-size: 225%;
	text-align: center;
	color: #666666;
	font-weight: normal;
	margin-top: 40px;
}
h3,h4{
	margin-top: 20px;
	margin-bottom: 20px;
}

h3 {
	color:#060D32;
	font-size: 175%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #070E32;
	padding: 5px;
}

h4{
	color: #666666;
	font-size: 138%;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #D9D900;
	padding-left: 12px;
	margin-top: 30px;
}

h5 {
	color:#743F84;
	border-left:5px solid #743F84;
}


h6{	border-bottom:1px dashed  #CCCCCC;
}


section{
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}


.width970{
	width: 970px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.contents{
	width: 900px;
	margin: 20px auto;
}
.area-gry{
	background-color: #EFEFEF;
}
.contents-end{
	margin-bottom: 50px;
}
footer{
	background-color: #070E32;
	color: #FFF;
	padding-top: 10px;
}
footer h3{
	color: #FFF;
	border-bottom-color: #FFF;
	margin-bottom: 30px;
	font-size: 125%;
}

footer p#copyright {
	color:#FFFFFF;
	padding:0.5em 0;
	margin-bottom:0;
	text-align:center;
	clear: both;
}
/*--totopボタン--*/
#pageTop {
	clear: both;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 1px 0 0 1px;
  border-radius: 6px;
  width: 35px;
  height: 35px;
  background-color: #D2D5E1;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}/*--totopボタン--*/
/**--------------------------------------
	NAVI PARTS
---------------------------------------**/
.navbar{
	border-radius: 0;
	min-height: 0;
	margin-bottom: 0;	
}
.navbar-default{
	background-color: #FFF;
	border-top: none;
}

/* Always apply the floated nav */
.navbar-default .navbar-nav > li > a{
	color: #444444;
}
.navbar-default .navbar-nav > li > a:hover{
	background-color: #CCC;
	color: #FFF;
}
.navbar-nav > li > a {
	width: 128px;
	text-align: center;
	padding: 0px;
	height: 35px;
	line-height: 35px;
}

/*dropdown-menu*/
.dropdown-menu{
	font-size: 100%;
	text-align: center;
	border-radius: 0;
}


/**--------------------------------------
	CUSTOM PARTS
---------------------------------------**/

/*----- 02-01.TOP -----**/
div#top-main{
	background-color: #050504;
	
}

/*----- 02-01.TOP NEWS -----**/

table#news{
	width:100%;
	padding:0 5px;
	margin-bottom:2em;
}

table#news td{
	padding:0.5em;
	line-height:1.5em;
	background: url( ../images/news_bg.png) bottom repeat-x;
}
table#news td.date{
	width:8em;
	vertical-align:top
}

.thanks {
	border: 1px solid #ccc;
	background-color: #ffffe0;
	padding: 1em 2em 0 2em;
}

/*----- Meeting -----**/
table.photo {
	width: 100%;
	margin-bottom: 2em;
}

table.photo tr td {
	padding: 1em 0;
	line-height: 2.0;
}

/**--------------------------------------
	PARTS
---------------------------------------**/

/*----- LIST -----**/

dl.base > dt{
	margin-bottom: 0.5em;
}
dl.base >dd{
	
	margin-left: 1em;
	margin-bottom: 1em;

}


ul.decimal {
}

ul.decimal li {
	list-style-position: outside;
	list-style-type: decimal;
	display: list-item;
	line-height: 1.5em;
	margin: 0 0 0.5em 2em;
}

ul.circle {
}

ul.circle li {
	list-style-position: outside;
	list-style-type: circle;
	display: list-item;
	line-height: 1.5em;
	margin: 0 0 0.5em 2em;
}

ul.disc {
}

ul.disc li {
	list-style-position: outside;
	list-style-type: disc;
	display: list-item;
	line-height: 1.5em;
	margin: 0 0 0.5em 2em;
}

ul.upper-roman {
}

ul.upper-roman li {
	list-style-position: outside;
	list-style-type: upper-roman;
	display: list-item;
	line-height: 1.5em;
	margin: 0 0 0.5em 2em;
}

ul.under-line {
}

ul.under-line li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A4A4A4;
}

/*----- 05.IMAGES -----**/

.icon-left {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

.icon-position1 {
	vertical-align: middle;
	padding-right: 5px;
}

.img-right {
	float: right;
	margin: 0 0 20px 20px;
}

.img-left {
	float: left;
	margin: 0 20px 20px 0;
}

.text-right {
	float: right;
}

.text-left {
	float: left;
}
/*----- TEXT -----**/

.small {
	font-size:85%;
}

.big {
	font-size:122%;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.red {
	color: #FF0000;
}

.blue {
	color: #0080C0;	
}

.orange {
	color: #DD6A24;
}

.green {
	color: #006600;
}

.purple {
	color: #A0A0C0;
}

.bold {
	font-weight: bold;
}
.indent{
	margin-left:1em;
}
.paragraph{
	text-indent:1em;
}

/*----- Link -----**/
ul.link_list {
}

ul.link_list li {
	display: block;
	padding: 10px 0;
	margin-bottom: .5em;
	border-bottom: 1px dashed #666;
}

ul.link_list li a {
	padding: 10px 0 10px 45px;
}

ul.link_list li a[href$=".pdf"] {
	background: url(../images/icon_pdf.gif) left center no-repeat;
}
