@charset "utf-8";
/* formatting style
-----------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	/* font-family: sans-serif; */
	font-family:'MS PGothic',Verdana,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
	font-size: 75%;
	line-height: 1.6;
	margin: 0px;
}
hr {
	display: none;
}
table{
	width: 530px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
table th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	white-space: nowrap;
}
table td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}
/* link style
-----------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #0033FF;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	top: 1px;
	left: 1px;
}
/* basic layout
-----------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px;
}
#header {
	width: 940px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#meinmenu {
	clear: both;
	margin-top: 0px;
	background-color: #0C48C1;
	height: 35px;
	margin-right: 0px;
	margin-left: 0px;
}
#meinmenu #smoothmenu1 {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#flash_wrapper {
	border-top: 2px solid #CCCCCC;
	margin: 4px 0px 14px;
	padding-top: 8px;
	clear: both;
}
#flash_wrapper #flash {
	width: 940px;
	height: auto;
	z-index: 65535;
	margin-right: auto;
	margin-left: auto;
}
#main {
	height: auto;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#main #content  {
	float: left;
	height: auto;
	width: 703px;
	margin-bottom: 14px;
}
#main   #content #content_top  {
	float: left;
	width: 225px;
}
#main   #content #content_main  {
	float: left;
	height: auto;
	width: 464px;
	margin-left: 14px;
}
#main #sidebar  {
	float: left;
	height: auto;
	width: 223px;
	margin-left: 14px;
	overflow: hidden;
	background-color: #CCCCCC;
	text-align: center;
	padding-bottom: 20px;
	background-image: url(../images/bgimges02.gif);
	background-repeat: repeat;
	padding-top: 10px;
}
#bumon {
	height: auto;
	width: 908px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	clear: both;
	float: left;
}
#footer {
	clear: both;
	height: auto;
	background-color: #CCCCCC;
	margin-right: 0px;
	margin-left: 0px;
	border-top: 1px solid #0066CC;
	margin-top: 10px;
}
#footer #footer_content {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
	padding-top: 10px;
}


/* header layout
-----------------------------------*/
#header h1 {
	float: left;
	margin-top: 12px;
	margin-bottom: 7px;
}
#header #header_right {
	float: right;
	height: 75px;
	width: 600px;
	text-align: right;
}
#wrapper #header #header_right #top_menu {
	height: 24px;
	width: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}

#header #header_right h2 {
	font-size: 120%;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
}

#header #header_right p {
	text-align: right;
	font-size: 90%;
	line-height: 1em;
	margin-top: 2px;
}
#header #header_right ul {
	list-style: none;
	margin-left: auto;
}
#header  #header_right  ul li {
	float: right;
	border-left: 1px solid #CCCCCC;
	display: block;
	padding-left: 8px;
	line-height: 24px;
	margin-right: 15px;
	margin-bottom: 6px;
}
#header   #header_right   ul  li.list_end  {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-right: 0px;
	padding-right: 15px;
	margin-bottom: 0px;
}
#header  #header_right  ul li a {
	background-image: url(../images/ico_box.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#header #header_right a:link {
	color: #333333;
	text-decoration: none;
}
#header #header_right a:visited {
	color: #333333;
	text-decoration: none;
}
#header #header_right a:hover {
	color: #666666;
	text-decoration: underline;
}
#header #header_right a:active {
	text-decoration: none;
	position: relative;
	top: 1px;
	left: 1px;
}

#header #header_right #language {
	clear: both;
	margin-bottom: 0px;
}

#header #header_right #language img {
	margin-left: 3px;
}
#flash_wrapper #flash p {
	text-align: right;
	font-size: 90%;
	color: #666666;
}
#flash_wrapper #flash ul    {
	list-style: none;
}
#flash_wrapper #flash li   {
	margin: 0px;
	float: left;
}
#content #content_top #news_banner h2 {
	margin-bottom: 10px;
}


#content #content_top .box_header {
	vertical-align: top;
	margin: 0px 0px 5px;
	width: 223px;
	overflow: hidden;
	background-image: url(../images/bgimges01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: auto;
	border-bottom: 2px solid #0066CC;
}
#content #content_top #beginner  {
	background-image: url(../images/ico_beginner.gif);
	background-repeat: no-repeat;
	line-height: 25px;
	font-size: 120%;
	background-position: left center;
	display: block;
	text-indent: 30px;
	height: 25px;
	vertical-align: middle;
	color: #0066CC;
}
#content  #content_top  #akashi  {
	background-image: url(../images/ico_akashi.gif);
	background-repeat: no-repeat;
	line-height: 25px;
	font-size: 120%;
	background-position: left center;
	display: block;
	text-indent: 30px;
	height: 25px;
	vertical-align: middle;
	color: #0066CC;
}
#content #content_top #meeting {
	background-image: url(../images/ico_meeting.gif);
	background-repeat: no-repeat;
	line-height: 25px;
	font-size: 120%;
	background-position: left center;
	display: block;
	text-indent: 30px;
	height: 25px;
	vertical-align: middle;
	color: #0066CC;
}
#content #content_top #news {
	background-image: url(../images/ico_news.gif);
	background-repeat: no-repeat;
	line-height: 25px;
	font-size: 120%;
	background-position: left center;
	display: block;
	text-indent: 30px;
	height: 25px;
	vertical-align: middle;
	color: #0066CC;
}
#content #content_top #ninki {
	background-image: url(../images/ico_ninki.gif);
	background-repeat: no-repeat;
	line-height: 25px;
	font-size: 120%;
	background-position: left center;
	display: block;
	text-indent: 30px;
	height: 25px;
	vertical-align: middle;
	color: #0066CC;
}
#content #content_top #tlccc {
	background-image: url(../images/ico_tlccc.gif);
	background-repeat: no-repeat;
	line-height: 25px;
	font-size: 120%;
	background-position: left center;
	display: block;
	text-indent: 30px;
	height: 25px;
	vertical-align: middle;
	color: #0066CC;
}
#content  #content_top  #osusume {
	background-image: url(../images/ico_osusume.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 25px;
	display: block;
	font-size: 120%;
	color: #0066CC;
	line-height: 25px;
}

#content #content_top ul {
	width: 218px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content #content_top ul li {
	list-style: url(none) none outside;
	margin-left: 5px;
	text-indent: 15px;
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-bottom: 3px;
}
#content  #content_top  span  {
	color: #FF0066;
	margin-left: 5px;
}

#content #content_top .box     {
	width: 223px;
	border: 1px solid #CCCCCC;
	height: 400px;
	float: left;
}
#content #content_top .box .box_header {
	vertical-align: top;
	margin: 0px;
	width: 223px;
	overflow: hidden;
	background-image: url(../images/bgimges01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: auto;
	border-bottom: 2px solid #0066CC;
}

#content  #content_top  .box  h2 {
	color: #0066CC;
	font-size: 130%;
	background-image: url(../images/ico_box.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	vertical-align: middle;
	margin: 0px;
	line-height: 25px;
	padding: 5px;
}
#content #content_top .box h4 {
	font-size: 110%;
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
	margin-top: 10px;
}
#content #content_main #new_toppics img {
	width: 464px;
	margin-bottom: 10px;
}


#content #content_main #toppics1 {
	width: 462px;
	border: 1px solid #33CCCC;
	background-color: #33CCCC;
	margin-bottom: 14px;
	background-image: url(../images/bgimges03.gif);
	background-repeat: repeat;
}
#content #content_main #toppics1 #toppics1_top {
	background-color: #33CC99;
	height: 25px;
	width: 462px;
	color: #FFFFFF;
}
#content #content_main #toppics1 #toppics1_top h2 {
	font-size: 120%;
	background-image: url(../images/ico_photo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 25px;
	line-height: 25px;
	font-weight: normal;
}
#content #content_main #toppics1 #toppics1_body {
	height: auto;
	width: 442px;
	padding: 10px;
	overflow: hidden;
}
#content #content_main #toppics1 #toppics1_body #new_alb {
	height: 104px;
	width: 442px;
	overflow: hidden;
	margin-bottom: 5px;
}
#content    #content_main    #toppics1    #toppics1_body    #new_alb    img.photo_album {
	margin-right: 5px;
	float: left;
}
#content  #content_main  #toppics1  #toppics1_body  #new_alb  dt {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
	display: block;
	height: auto;

}
#content #content_main #toppics1 #toppics1_body #new_alb dd {
	font-size: 90%;
	margin-bottom: 5px;
	border-bottom: 1px dashed #CCCCCC;
}
#content #content_main #toppics1 #toppics1_body #new_alb p {
	font-size: 80%;
	text-align: right;
}
#content #content_main #toppics1 #toppics1_body #carousel_box {
	overflow: hidden;
	width: 442px;
}



#content #content_main #toppics1 #toppics1_body .prev {
	float: left;
	width: 15px;
	margin-right: 0px;
}
#content  #content_main  #toppics1  #toppics1_body  .carousel   {
	float: left;
	overflow: hidden;
}


#content #content_main #toppics1 #toppics1_body .carousel li {
	display: block;
	height: 130px;
	width: 137px;
}

#content  #content_main  #toppics1  #toppics1_body  .carousel  img {
	margin-right: 2px;
}
#content #content_main #toppics1 #toppics1_body .carousel p {
	line-height: 1.5em;
	text-indent: 10px;
	font-size: 80%;
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-right: 5px;
}
#content #content_main #toppics1 #toppics1_body #carousel_box .next {
	float: right;
}







/* content_main layout
-----------------------------------*/
#content #content_main .photo_album {
	margin-right: 5px;
}
#content #content_main #toppics2 {
	width: 462px;
	height: auto;
	border: 1px solid #CCCCCC;
	margin-bottom: 14px;
}
#content  #content_main  #toppics2  #toppics2_top {
	height: 25px;
	width: 462px;
	color: #FFFFFF;
	background-image: url(../images/bgimges04.gif);
	background-repeat: repeat;
}
#content  #content_main  #toppics2  #toppics2_top  h2 {
	font-size: 120%;
	background-image: url(../images/ico_box.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 30px;
	line-height: 25px;
	font-weight: normal;
}
#content #content_main #toppics2 span {
	margin-left: 15px;
}
#content #content_main #toppics2 h3  {
	color: #0066CC;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	font-size: 110%;
}
#content  #content_main  #toppics2  #toppics2_body {
	padding: 15px;
	height: auto;
	width: 432px;
	overflow: hidden;
}
#content #content_main #toppics2 #toppics2_body ul {
	list-style: none;
	width: 200px;
}
#content #content_main #toppics2 #toppics2_body li {
	border-bottom: 1px solid #CCCCCC;
}

#content   #content_main   #toppics2   #toppics2_body  img.right {
	float: right;
	margin-left: 15px;
}
#content  #content_main  #toppics2  #toppics2_body2 {
	padding: 15px;
	width: 432px;
	overflow: hidden;
	height: 180px;
}
#content #content_main #toppics2 #toppics2_body2 .haishin_leftbox {
	overflow: hidden;
	height: auto;
	width: 211px;
	float: left;
	margin-right: 10px;
}
#content #content_main #toppics2 #toppics2_body2 .haishin_rightbox {
	overflow: hidden;
	height: auto;
	width: 211px;
	float: left;
}
#content  #content_main  #toppics2  #toppics2_body2 .haishin_leftbox .haisin_text  {
	float: right;
	width: 144px;
	overflow: hidden;
}
#content  #content_main  #toppics2  #toppics2_body2 .haishin_rightbox .haisin_text  {
	float: right;
	width: 144px;
	overflow: hidden;
}




#content #content_main #mokushi {
	height: 125px;
	width: 432px;
	border: 1px solid #CCCCCC;
	padding: 15px;
	clear: both;
	margin-bottom: 14px;
}
#content  #content_main  #mokushi  h2  {
	font-size: 130%;
	color: #0066CC;
}
#content #content_main img.top_img {
	float: left;
	margin-right: 15px;
}
#content #content_main #jesus {
	height: 80px;
	width: 432px;
	border: 1px solid #CCCCCC;
	padding: 15px;
	clear: both;
}
#content #content_main #jesus h2{
	font-size: 130%;
	color: #0066CC;
	border-bottom: 1px dashed #0099FF;
	margin-bottom: 10px;
}

#content #content_footer .box_header {
	vertical-align: top;
	margin: 0px 0px 5px;
	width: 701px;
	overflow: hidden;
	background-image: url(../images/bgimges01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: auto;
	border-bottom: 2px solid #0066CC;
}


#content #content_footer h2 {
	background-image: url(../images/ico_osusume.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 25px;
	display: block;
	font-size: 120%;
	color: #0066CC;
	line-height: 25px;
}
#content #content_footer ul {
	width: 680px;
	margin-bottom: 5px;
	margin-left: 10px;
	clear: both;
	margin-right: 10px;
}
#content #content_footer ul li {
	float: left;
	margin-right: 15px;
	list-style: none;
	display: block;
}

#sidebar img {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 7px;
	width: 199px;
}
#bumon ul {
	list-style: none;
}
#bumon li {
	float: left;
	margin-right: 30px;
	height: 80px;
	width: 121px;
}
#bumon  p {
	font-size: 90%;
	font-weight: normal;
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-indent: 10px;
}


#footer #footer_content #footer_left {
	float: left;
	height: auto;
	width: 500px;
}



#footer address {
	float: right;
	margin-top: 30px;
}



/* class layout
-----------------------------------*/
.box1     {
	width: 223px;
	height: auto;
	float: left;
	overflow: hidden;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-bottom: 5px;
}
.box2     {
	width: 223px;
	border: 1px solid #CCCCCC;
	height: auto;
	float: left;
	overflow: hidden;
	padding-bottom: 5px;
}
.img_float_left {
	float: left;
}

#wrapper #meinmenu #smoothmenu1 span {
	font-size: 85%;
	color: #FF6666;
	margin-left: 5px;
}
