@charset "UTF-8";

/*================================================
netconf print CSS
1_layout
2_contents
3_program
4_group_reg
5_Prize
6_Notice
7_record
8_greeting
=================================================*/

/*------------------------------------------------
1_layout
-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #1A1A1A;
	font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
	font-size: 0.9em;
}

a img {
	border: none; margin:0;
	padding:0;
}

.clear {
	clear:both;
}

a:link, a:visited {
	text-decoration: underline;
} 

a:hover, a:active, a:focus {
	text-decoration: none;
}

strong {
	font-weight: bold !important;
}

#container {
	width:950px;
	font-size: 1em;
	margin:0 auto;
	padding:0;
	background: #FFF;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
}

#header {
	margin:0;
	padding:0;
}

#nav {
	float: left;
	width: 150px;
	margin:0;
	padding:0;	
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	margin:0;
	padding:0;
}

#nav li a{
	background-image:url(../images/nav.png);
	background-repeat: no-repeat;
	display:block;
	height: 26px;
	color: #4081C2;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	margin:0;
	padding:6px 0 0 14px;
}

#nav li a:hover {
	color: #fff;
	background-image: url(../images/nav_o.png);
	background-repeat: repeat-x;
}

#nav li.menu-on a {
	color: #97004B;
}


#nav li.menu2 a {
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	text-indent:14px;
}

#nav li.menu2-on a {
	color: #FFF;
	background-image: url(../images/nav_o.png);
	background-repeat: repeat-x;
}

#contents {
	float:left;
	width:760px;
	margin: 0 20px;
	padding: 0;
}

#sub_nav{
	margin-top: 0;
	padding: 0;
	text-align: right;
}

#year_nav{
	margin: 10px 0;
	padding: 0;
	width: 760px;
	height: 30px;
	float: left;
}

#gotop {
	margin: 0;
	padding: 0;
	float: left;
	width: 950px;
	height: 50px;	
}

#footer {
	margin: 0;
	padding: 0;
	height: 36px;
	font-size: 0.9em;
	clear: both;
	color: #FFF;
	background-image: url(../images/footer_back.png);
	background-repeat: repeat-x;
	background-position:left bottom;
}

#footer p{
	padding: 8px 0 0 20px;
}

#infoFeed {
	margin:0;
	padding:0;
}

#infoFeed h2 {
	margin:20px 0 10px 0;
	padding: 5px 0 0 8px;
	height: 25px;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #2b8588;
	border-left: 8px solid ##2b8588;
}

#infoFeed p{
	margin:10px 0 0 0 !important;
	text-align: right !important;
}

#information {
	margin: 0 0 0 15px !important;
	padding: 0;
}

#information dl{
	margin:0;
	padding:0;
}

#information dt{
	margin: 0 15px 0 0;
	padding: 0;
	width: 150px !important;
	height: 60px;
	font-weight: bold;
	float: left;
	display:block;
}

#information dd{
	margin: 0;
	padding: 0;
	height: 50px;
}

#news {
	margin:10px 0;
}

#news h2 {
	margin:20px 0 10px 0;
	padding: 5px 0 0 8px;
	height: 25px;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #4081C2;
	border-left: 8px solid #4081C2;
}

#news dl {
	margin: -10px 0 0 0;
	padding:0;
	font-size:0.9em;
	height: 110px;
	overflow: auto;
}

#news dt {
	width:auto;
	float:left;
	margin:0 0 0 10px;
	padding:4px 0;
	clear:both;
}

#news dd {
	width:auto;
	margin:0 0 0 100px;
	padding:4px 0;
} 

/* clearfix class */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* margin ----------------------- */
.mt0{ margin-top:0 !important;}
.mt5{ margin-top:5px !important;}
.mt10{ margin-top:10px !important;}
.mt15{ margin-top:15px !important;}
.mt20{ margin-top:20px !important;}
.mt25{ margin-top:25px !important;}
.mt30{ margin-top:30px !important;}
.mt35{ margin-top:35px !important;}
.mt40{ margin-top:40px !important;}
.mt45{ margin-top:45px !important;}
.mt50{ margin-top:50px !important;}
.mr0{ margin-right:0 !important;}
.mr5{ margin-right:5px !important;}
.mr10{ margin-right:10px !important;}
.mr15{ margin-right:15px !important;}
.mr20{ margin-right:20px !important;}
.mr25{ margin-right:25px !important;}
.mr30{ margin-right:30px !important;}
.mr35{ margin-right:35px !important;}
.mr40{ margin-right:40px !important;}
.mr45{ margin-right:45px !important;}
.mr50{ margin-right:50px !important;}
.mb0{ margin-bottom:0 !important;}
.mb2{ margin-bottom:2px !important;}
.mb5{ margin-bottom:5px !important;}
.mb10{ margin-bottom:10px !important;}
.mb15{ margin-bottom:15px !important;}
.mb20{ margin-bottom:20px !important;}
.mb25{ margin-bottom:25px !important;}
.mb30{ margin-bottom:30px !important;}
.mb35{ margin-bottom:35px !important;}
.mb40{ margin-bottom:40px !important;}
.mb45{ margin-bottom:45px !important;}
.mb50{ margin-bottom:50px !important;}
.ml0{ margin-left:0 !important;}
.ml5{ margin-left:5px !important;}
.ml10{ margin-left:10px !important;}
.ml15{ margin-left:15px !important;}
.ml20{ margin-left:20px !important;}
.ml25{ margin-left:25px !important;}
.ml30{ margin-left:30px !important;}
.ml35{ margin-left:35px !important;}
.ml40{ margin-left:40px !important;}
.ml45{ margin-left:45px !important;}
.ml50{ margin-left:50px !important;}

/* padding ----------------------- */
.pt0{ padding-top:0 !important;}
.pt5{ padding-top:5px !important;}
.pt10{ padding-top:10px !important;}
.pt15{ padding-top:15px !important;}
.pt20{ padding-top:20px !important;}
.pt25{ padding-top:25px !important;}
.pt30{ padding-top:30px !important;}
.pt35{ padding-top:35px !important;}
.pt40{ padding-top:40px !important;}
.pt45{ padding-top:45px !important;}
.pt50{ padding-top:50px !important;}
.pr0{ padding-right:0 !important;}
.pr5{ padding-right:5px !important;}
.pr10{ padding-right:10px !important;}
.pr15{ padding-right:15px !important;}
.pr20{ padding-right:20px !important;}
.pr25{ padding-right:25px !important;}
.pr30{ padding-right:30px !important;}
.pr35{ padding-right:35px !important;}
.pr40{ padding-right:40px !important;}
.pr45{ padding-right:45px !important;}
.pr50{ padding-right:50px !important;}
.pb0{ padding-bottom:0 !important;}
.pb5{ padding-bottom:5px !important;}
.pb10{ padding-bottom:10px !important;}
.pb15{ padding-bottom:15px !important;}
.pb20{ padding-bottom:20px !important;}
.pb25{ padding-bottom:25px !important;}
.pb30{ padding-bottom:30px !important;}
.pb35{ padding-bottom:35px !important;}
.pb40{ padding-bottom:40px !important;}
.pb45{ padding-bottom:45px !important;}
.pb50{ padding-bottom:50px !important;}
.pl0{ padding-left:0 !important;}
.pl5{ padding-left:5px !important;}
.pl10{ padding-left:10px !important;}
.pl15{ padding-left:15px !important;}
.pl20{ padding-left:20px !important;}
.pl25{ padding-left:25px !important;}
.pl30{ padding-left:30px !important;}
.pl35{ padding-left:35px !important;}
.pl40{ padding-left:40px !important;}
.pl45{ padding-left:45px !important;}
.pl50{ padding-left:50px !important;}

/*------------------------------------------------
2_contents
-------------------------------------------------*/

#eyecatch {
	margin: 10px auto;
	padding: 0;
}

#contents h1{
	margin: 0 0 10px 0;
	padding:5px 0 0 10px;
	font-size:1.3em;
	font-weight: bold;
	background-color: #4081C2;
	border-bottom:1px dotted #4081C2;
	color: #FFF;
}

#contents h2{
	margin:20px 0 20px 0;
	padding: 5px 0 0 6px;
	height: 25px;
	font-size: 1.1em;
	font-weight: bold;
	border-left: 8px solid #4081C2;
}

#contents h3{
	font-size: 1em; 
	margin:10px 0;
	padding:0;
	font-weight: bold;
}

#contents h4{ 
	padding:0;
	margin:10px 0 5px 10px;
	font-size:0.9em;
	font-weight: bold;
}

#contents h5{
	font-size:0.9em;
	margin:5px 0;
	padding:0;
	font-weight: bold;
}

#contents p{
	font-size:0.9em;
	line-height:1.5em;
	margin:5px 10px;
	padding:0;
}

#contents table {
	border: 1px solid #bbb;
	margin: 0;
	padding:0;
}

#contents td {
	border: 1px solid #bbb;
	font-size: 0.9em;
	padding: 5px;
	margin:0;
}

#contents th {
	border:1px solid #bbb;
	font-size:0.9em;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px;
	margin:0;
	background-color: #eee;
}

#contents table p {
	margin:2px 0;
	padding:0;
	font-size:1em;
}

#contents caption {
	font-size:0.9em;
	font-weight:bold;
}

/* table class */

.table_none {
	border:none;
}

.table_none td {
	border : none;
	padding :5px;
	margin: 0;
	font-size: 0.9em;
}

.table_nb td {
	padding: 15px !important;
	border: hidden !important;
  text-align: center;
}

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

ol {
	margin:10px 0 10px 20px;
	padding:0;
}

li {
	font-size:0.9em;
	margin: 0;
	padding: 2px 0;
}

.ul1 li {
	margin: 0 0 0 2em;
	list-style: disc !important;
}


.ul2 li {
	list-style: none;
	margin:0 10px;
	padding:4px 0;
	list-style-image: url(../images/common/right.gif);
	list-style-position: inside;
}

/* common class */

.mtop_20 {
	margin-top: 20px !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right;
}

.center {
	text-align: center
}

.red {
	color:#F00;
	font-weight:bold;
}

.pagetop{
	text-align:right;
	margin:20px 10px;
	padding:0;
}

.under {
	text-decoration: underline;
}

.graybox {
	text-align: center;
	border: 1px solid #d2d2d2;
	padding:10px;
	margin: 20px 0 0 0;
}

.p_bottom {
	margin: 0 10px 10px 10px;
	text-indent: 1em;
}

.header {
	border-bottom: none
}

.loginbox {
	border: 2px solid #4081C2;
	border-radius: 10px 10px 10px 10px;
	margin: 25px auto;
	padding: 20px;
	position: relative;
	width: 630px;
	text-align: center;
}
.loginbox a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.loginbox2 {
    margin: 25px auto;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 630px;
}

.table_nonborder {
	border-collapse:collapse;
	border-bottom-style: none !important;
	margin:0;
	padding:0;
}

/* UI icon class */

.uparrow {
	background-image:url(../images/common/up.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	font-size: 0.9em;
}

.rightarrow {
	background-image:url(../images/common/right.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	font-size: 0.9em;
}


.gotop {
	background-image:url(../images/common/gotop.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	font-size: 0.9em;
}

.zoom {
	background-image:url(../images/common/zoom.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
}

.slide {
	background-image:url(../images/common/slide.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
}

.externalLink {
	background-image: url(../images/common/external-link.png);
	background-repeat:no-repeat;
	background-position: center right;
	padding-right: 16px;
}

.pdf {
	background-image: url(../images/common/pdf.gif);
	background-repeat:no-repeat;
	background-position: center right;
	padding-right: 16px;
}

.word {
	background-image: url(../images/common/word.gif);
	background-repeat:no-repeat;
	background-position: center right;
	padding-right: 16px;
}

.excel {
	background-image: url(../images/common/excel.gif);
	background-repeat:no-repeat;
	background-position: center right;
	padding-right: 16px;
}

.ppt {
	background-image: url(../images/common/ppt.gif);
	background-repeat:no-repeat;
	background-position: center right;
	padding-right: 16px;
}

.text {
	background-image: url(../images/common/text.gif);
	background-repeat:no-repeat;
	background-position: center right;
	padding-right: 16px;
}

.movie {
	background-image:url(../images/common/movie.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 19px;
}

/*------------------------------------------------
3_program
-------------------------------------------------*/
#program {
	border:1px solid #f16082;
	margin:20px 0;
	padding:10px 20px;
}

#program h3 {
	font-size:0.9em;
	margin:10px 0 5px 0;
	padding:5px 10px;
	color:#FFF;
	background-color: #749704;
}

#program h4 {
	font-size:0.9em;
	margin:10px 0 5px 0;
	padding:2px;
	border-bottom: 1px dotted #51bad9;
}

#program ul {
	list-style:none;
}

#program li {
	padding:2px 0;
}

#program .title {
	margin:10px 0px 5px 0;
	padding:2px;
	color:#360;
	font-weight:bold;
	text-align: center;
	border-bottom: 1px solid #f16082;
}

#program .name{
	margin:0 0 0 20px;
	padding:0;
}

#program .name2{
	margin:0 0 10px 40px;
	padding:0;
}

#program .break {
	font-size:0.9em;
	border-top:1px solid #f16082;
	border-bottom:1px solid #f16082;
	text-align:center;
	margin:10px 0;
	padding:5px;
}

#program dl {
	margin:0;
	padding:0;
	font-size:0.9em;
}

#program dt {
	width:auto;
	float:left;
	margin:0 0 0 20px;
	padding:0;
	clear:both;
}

#program dd {
	width:auto;
	margin:0 0 0 70px;
	padding:0;
} 

#program .dl2 dl {
	margin:0;
	padding:0;
	font-size:0.9em;
}

#program .dl2 dt {
	width:auto;
	float:left;
	margin:0 0 0 20px;
	padding:0;
	clear:both;
}

#program .dl2 dd {
	width:auto;
	margin:0 0 0 300px;
	padding:0;
}

/* Linkfloat div */
#program .prg_link {
	width: 580px;
	position: relative;
	height: 25px;
	margin-bottom:15px;
}

/* Linkfloat_shoroku */
#program .prglink01 {
	width: auto;
	position: absolute;
	top: 0;
	left: 450px;
	font-size:12px;
	background-color:#EFF;
	padding:5px;
}

/* Linkfloat_slide */
#program .prglink02 {
	width: auto;
	position: absolute;
	top: 0;
	left: 330px;
	font-size:12px;
	background-color:#FDF;
	padding:5px;
}

/* Linkfloat_kirokusyu */
#program .prglink03 {
	width: auto;
	position: absolute;
	top: 0;
	left: 200px;
	font-size:12px;
	background-color:#FFC;
	padding:5px;
}

/* silde Page */
#report_case h3{
	font-size:0.9em;
	margin:5px 0;
	padding:0;
	color:#066;
	border-bottom: 1px solid #066;
}

#report_case ul {
	list-style:none;
	margin:10px 0 10px 10px;
	padding:0;
}

/*------------------------------------------------
4_group_reg
-------------------------------------------------*/
#rule {
	margin:0 20px;
	padding:0;
}

#rule h2{
	font-size:1.1em;
	margin:20px 0 5px 0;
	padding:0;
	text-align: center;
	color: #1A1A1A;
	border: none;
}

#rule h3{
	font-size:1em; 
	margin:20px 0 5px 0;
	padding:0;
	border-bottom:1px dotted #4081C2; 
}

#rule h4{
	font-size:0.9em;
	margin:10px 0 5px 0;
	padding:0;
}

#rule p {
	margin:2px 20px;
	padding:0;
}

#rule ol {
	margin:10px 0 0 20px;
	padding:0;
}


#rule li {
	margin: 0 10px 0 0;
	padding: 5px 0;
}

#rule ul.ul_no {
	list-style: none;
	margin:10px 10px 10px 30px;
	padding:0;
	text-indent: -1.5em;
}

#rule dl {
	margin:0;
	padding:0;
	font-size:0.9em;
}

#rule dt {
	width:auto;
	float:left;
	margin:0 0 0 50px;
	padding:0;
	clear:both;
}

#rule dd {  
	width:auto;
	margin:0 0 0 140px;
	padding:0;  
} 

/*------------------------------------------------
5_Prize
-------------------------------------------------*/
#prize h3{
	font-size:0.9em;
	margin:20px 0 5px 0;
	padding:0 10px;
	border-left: 8px solid #363;
	border-bottom: 1px solid #363;
}

#prize p {
	text-indent:1em;
}

/*------------------------------------------------
6_Notice
-------------------------------------------------*/
#notice {
	border:1px solid #20558A;
	margin:20px 30px;
	padding:10px 20px;
}

#notice h2 {
	font-size:1em;
	margin:20px 0 10px 0;
	padding:2px;
	color:#20558A;
	text-align: center;
	border-bottom: 1px solid #20558A;
	border-left: none;
}

#notice h3 {
	font-size:0.9em;
	margin:10px 0 5px 0;
	padding:5px 10px;
	color:#FFF;
	background-image: url(../images/h3_2.png);
}

#notice ul.ul_list {
	list-style-type: none;
	margin:10px 10px 10px 40px;
	padding:0;
	text-indent: -2.4em;
}

/*------------------------------------------------
7_record
-------------------------------------------------*/

/* table_date */

.record .times {
	width:100px;
}

/* table_place */

.record .place {
	width:110px;
}

/* table_backgroundcolor */

.record .color {
	background-color: #EFF;
}

.record h2 {
	color: #333;
	text-indent: 0.5em;
	border-bottom: 1px solid #1894B8;
	border-left: 8px solid #1894B8;
}

.record h3{
	font-size:1em;
	margin:5px 0 0 0;
	padding:0;
	border-bottom: 1px solid #666;
}

.record h4{
	font-size:1em;
	margin:0;
	padding:0;
}

/*------------------------------------------------
8_greeting
-------------------------------------------------*/

#greeting {
	margin: auto;
	font-size: 1.1em;
	line-height: 170%;
}

#greetings { 
	margin:20px;
	height: 120px;
	}
#greetings ul { list-style:none;}
#greetings p {
	text-indent:1em;
	margin:10px 0;
	padding:0;
}

#greetings .photo {
	margin:0 10px 20px 0;
	padding:0;
	float:right;
}

#greetings .name {
	text-align: right;
}
/*------------------------------------------------
8_entry
-------------------------------------------------*/
#entry { margin:10px 40px;}

#entry h2{
	font-size:1em;
	margin:20px 0;
	padding:0;
	color: #039;
	text-align: center;
	border-bottom:1px solid #039;
}

#entry h3{
	font-size:0.9em;
	margin:20px 0 5px 0;
	padding:2px 10px;
	border-bottom: 1px solid #460;
	border-left:6px solid #460;
}

#entry p{ text-indent:1em;}
#entry table p{ text-indent:0;}
#entry li {	margin: 0 0 0 20px;}

/*------------------------------------------------
8_schedule
-------------------------------------------------*/
#schedule {
	border:1px solid #d2d2d2;
	margin:10px 0;
	padding:1.5em;
}

#schedule h3 {
	font-size:1em;
	color:#4081c2;
	border-bottom:1px dotted #4081c2;
	margin:10px 0;
	padding:0px;
	text-align:center;
}

#schedule h4 {
	margin:20px 0 0 0;
	padding:2px 10px;
	border-bottom:1px solid #4081c2;
	border-left:8px solid #4081c2;
}