﻿@charset "UTF-8";
@import "./base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  City_index                  */
/*                 09  City_central                */
/*                 10  City_east                   */
/*                 11  City_south                  */
/*                 12  City_info                   */
/*                 13  Plan_index                  */
/*                 14  Plan_week                   */
/*                 15  Plan_teacher                */
/*                 16  Bridge_index                */
/*                 17  Bridge_flow                 */
/*                 18  Bridge_voice                */
/*                 19  Bridge_qa                   */
/*                 20  Company                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Pink           #de91a2      */
/*        Main Color - Light Pink     #fce6e6      */
/*        Main Color - Fresh Pink     #f94956      */
/*                                                 */
/*        Sub Color  - Yellow Green   #7ac300      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   15px     116%                 */
/*                   16px     124%                 */
/*                   18px     139%                 */

/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: url(../images/body_bg.jpg../images/body_bg.jpg) top left repeat; }
div, input, p,ul,li,dt,dl,img,span,tr,td{ behavior: url(http://www.bridge-sp.com/css/js/iepngfix.htc); vertical-align:top; }

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#index #main {
	width:900px;
	margin: 0 auto;
	padding:7px 0 20px 0;
	background: url(../images/main_bg.png) top left repeat-y;
	}
#main {
	width:900px;
	margin: 0 auto;
	padding:0 0 20px 0;
	background: url(../images/main_bg.png) top left repeat-y;
	}
#content {
	width: 526px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #000;
	margin:0 54px 0 0;
	display:inline;
	padding:0px 0 0 0;
	}

#index #content {
	width: 526px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #000;
	margin:0 54px 0 0;
	display:inline;
	padding:25px 0 0 0;
	}


/*---------- 03  Header -----------*/

#index #header {
	background: url(../images/header_bg.png) top left no-repeat;
	height: 520px;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
#header {
	background: url(../images/header_contentbg.png) top left no-repeat;
	height: 376px;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

#header01{
	margin: 0 25px 0 25px; 
	padding: 3px 8px 0 15px; 
	height: 112px;
}

#index #header02{
	margin:0; 
	padding:0;
}
#header02{
	margin:0; 
	padding:0; 
	height:70px;
}

#header02_01{float:left; margin:0; padding:0 0 0 40px;}
#index #header03{margin:0; padding:0 0 0 25px; height:265px;}
#header03{margin:0; padding:0 0 0 25px; height:121px;}

h1 {
	font-size: 12px;
	color: #666;
	line-height: 1;
	margin: 0 0 3px;
}

p#logo {
	width: 365px;
	height: 92px;
	line-height: 1;
	float: left;
	position:relative;
	margin: 0;
	}

p#logo a {
	width: 365px;
	height: 92px;
	line-height: 1;
	}

.fmail01 {margin:0; padding:0; float:right; position:relative;}

.city_index01 {margin:0; padding:0; float:left; position:relative;}

#header_navtop {
	margin: 0;
	padding: 0 25px 0 0;
	list-style: none;
	width: 576px;
	height: 62px;
	float:right;
	}
#header_navtop ul{margin:0; padding:0;}

#header_navtop li {
    width: 144px;
	height: 62px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position:relative;
	}
#header_navtop li a {
	display: block;
	height: 62px;
	}

#header_nav {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
	width: 865px;
	height: 70px;
	overflow:hidden;
	float:left;
	display:inline;
	}
#header_nav ul{margin:0; padding:0;}

#header_nav li {
    width: 215px;
	height: 70px;
	overflow:hidden;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position:relative;
}
#header_nav li a {
	display: block;
	overflow:hidden;
	height: 70px;
	width: 215px;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 263px;
	float: left;
	padding:0 0 0 35px;
	margin:0;
	}

#nav ul{margin:0 0 0 6px; padding:0; width:253px; }
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.bridge_index01 {margin:0 0 15px 0; padding:0; position:relative;}
.bridge_index02 {margin:0 0 15px 3px; padding:0; position:relative;}
.fmail02 {margin:12px 0 0 0; padding:0 0 0 6px; float:left; position:relative;}

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding:0;
	margin: 0;
	width:900px; height:120px;
	font-size:93%;
	background: url(../images/footer_bg.png) bottom left no-repeat;
	}
*:first-child+html #footer { font-size: 12px; } /*  for IE7 only */
* html body #footer { font-size: 12px; padding-top:5px;} /*  for IE6 only */

#footer address { margin:0; padding:6px 43px 0 0; color:#adadad; float:right; }
#footer01{margin:0; padding:0;}
#footer02{margin:0; padding:0;}
#footer02_01{float:left; margin:0; padding:20px 0 0 60px; width:440px;}
#footer02_02{float:right; margin:0; padding:0;}
.bridge-ryugaku {margin:0; padding:17px 45px 0 0; position:relative;}
.bridge-ryugaku a{ width:267px; height:65px; background:url(../images/index_img06.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
.bridge-ryugaku a:hover{ background:url(../images/index_img06.jpg) no-repeat 0 -65px;}

/*---------- 06  Contents -----------*/

.section { padding:0; clear:both; }
.section .section { padding:0 5px 0 5px; clear:both; }
.section .section .section { padding:0 5px 0 5px; clear:both; }
.section .section .section .section { padding:0 5px 0 5px; clear:both; }

.center { text-align: center; }
.right { text-align: right; }

#content h2 {
	height: 46px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	margin:0 0 10px 0;
	padding:10px 0 12px 20px;
	background:url(../images/h3.jpg) 0 0 no-repeat;
	color:#FFFFFF;
	clear:both;
	font-size:108%;
	font-weight:bold;
	}
#content h4 {
	height: 32px;
	margin:0 -5px 10px -5px; 
	padding:0 0 0 10px;
	clear:both;
	background:url(../images/h4.jpg) 0 0 no-repeat;
	color:#262323;
	font-size:108%;
	line-height:1.5em;
	font-weight:bold;
}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin:0 -5px 0 -5px;
	padding:0 0 0 15px;
	clear:both;
	height:35px;
	line-height:1.6em;
	color:#ba0000;
	background:url(../images/h5.jpg) no-repeat 0 0;
	}
#content h6 {
	font-size: 100%;
	font-weight: bold;
	margin:0 -5px 5px -5px;
	padding:0 0 0 15px;
	clear:both;
	color:#059be0;
	background:url(../images/h6.jpg) no-repeat 0 6px;
	}

#content ul.icon{
	margin:0;
	padding:0;
}
#content ul.icon li {
	list-style: none;
	background: url(../images/icon01.jpg) 0 5px no-repeat;
	padding-left: 13px;
}
#content ul.icon01{
	margin:0;
	padding:0;
}
#content ul.icon01 li {
	list-style: none;
	background: url(../images/icon01.jpg) 0 5px no-repeat;
	padding-left: 13px;
	font-weight:bold;
}

#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

a {color: #0000ff; outline: none; text-decoration:underline;
	}
a:hover { color: #0000ff; text-decoration:none; }

#content blockquote {
	margin: .5em;
	background: url(http://www.bridge-sp.com/images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}
.img{margin:0; padding:0; line-height:1%;}
.image_l  {
	float: left;
	margin:5px 10px 0 0;
	padding:0;
	text-align: center;
	}
*:first-child+html .image_l { margin:5px 10px 0 0;} /*  for IE7 only */
* html body .image_l { margin:5px 7px 0 0; } /*  for IE6 only */
.image_l1{margin:0 5px 0 0; padding:0; float:left;}
*:first-child+html .image_l1 { margin:0 5px 0 0;} /*  for IE7 only */
* html body .image_l1 { margin:0 2px 0 0; } /*  for IE6 only */

.image_r  {
	float: right;
	margin:5px 0 0 10px;
	padding:0;
	text-align: center;
	}
*:first-child+html .image_r { margin:5px 0 0 10px;} /*  for IE7 only */
* html body .image_r { margin:5px 0 0 7px; } /*  for IE6 only */
.image_r1  {
	float: right;
	margin:5px 0 6px 10px;
	padding:0;
	}
*:first-child+html .image_r1 { margin:5px 0 0 10px;} /*  for IE7 only */
* html body .image_r1 { margin:5px 0 0 7px; } /*  for IE6 only */

.case {
	margin: 10px 20px;
	background: url(http://www.bridge-sp.com/images/arrow_h.png) center center no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(http://www.bridge-sp.com/images/arrow_h.png) center center no-repeat;
	}

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}


#content ul.totop {
	clear: both;
	padding:15px 0 0 0;
	margin:0;
	}

#content ul.totop li {
	list-style: none;
	width: 88px;
	height: 12px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	line-height:1%; font-size:1%;
	}
#content ul.totop li a {
	display: block;
	height: 12px;
	background: url(../images/pagetop.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(http://www.bridge-sp.com/images/caution.png) 0 1px no-repeat;
	}

/* Hides from IE-mac \*/
p.answer:first-letter {
	display: block;
	padding: 2px;
	background: #4499af;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	float: left;
	}
/* End hide from IE-mac */
#content table {
	border-collapse:collapse;
	border-spacing: 1px;
	border: 1px solid #6a0000;
	font-size: 100%;
	width: 100%;
	margin:0; padding:0
}
#content table th,
#content table td {
	padding: 5px;
	border: 1px solid #6a0000;
	vertical-align:top;
	}
#content table td.td01 {
	padding: 5px 5px 20px 43px;
}
#content table th {
	background: #efefff;
	color: #636570;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

#content table td.vcenter {
	vertical-align:middle;
	}

span.strong { font-weight: bold; }


/*---------- 07  Index -----------*/
#index h3{margin:0; padding:0; line-height:1%;}
#index h4{margin:0; padding:0;}

/*---------- 08  City_index -----------*/
#city_index .alpha{float:left; margin:0; padding:0; width:306px;}
#city_index .beta{float:right; margin:0 0 0 10px; padding:0; width:200px;}

.city_index_central {margin:0; padding:0; position:relative; float:left;}
.city_index_central a{ width:256px; height:108px; background:url(../images/bn_central.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
.city_index_central a:hover{ background:url(../images/bn_central.jpg) no-repeat 0 -108px;}

.city_index_east {margin:0; padding:0; position:relative; float:right;}
.city_index_east a{ width:256px; height:108px; background:url(../images/bn_east.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
.city_index_east a:hover{ background:url(../images/bn_east.jpg) no-repeat 0 -108px;}

.city_index_south {margin:0; padding:0; position:relative; float:left;}
.city_index_south a{ width:256px; height:108px; background:url(../images/bn_south.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
.city_index_south a:hover{ background:url(../images/bn_south.jpg) no-repeat 0 -108px;}

.bn_img01 {margin:0; padding:0 0 10px 0; float:left; position:relative;}
.bn_img01 a{ width:526px; height:118px; background:url(../images/bn_img01.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
.bn_img01 a:hover{ background:url(../images/bn_img01.jpg) no-repeat 0 -118px;}


/*---------- 09  City_central -----------*/
#disp { margin:0 0 14px 0; width:517px; border-bottom:#999999 1px dashed; padding:0 0 20px 0;  }
.hidden{ display: none; line-height:1%;}
.clinic01 { margin:0 0 10px 20px; }

.alpha01 { float:left; width:60px; height: 45px; margin:0 10px 0 0; display:inline; }
.beta01 { float:right; width:60px; height: 45px; margin:0; display: inline; background:#CCFF99 }
#disp p { margin-left:25px; }
.city_central_01, .city_central_02, .city_central_03, .city_central_04, .city_central_05, .city_central_06, .city_central_07, .city_central_08, .city_central_09, .city_central_10, .city_central_11, .city_central_12, .city_central_13, .city_central_14, .city_central_15, .city_central_16, .city_central_17, .city_central_18, .city_central_19, .city_central_20, .city_central_21, .city_central_22, .city_central_23, .city_central_24, .city_central_25, .city_central_26, .city_central_27, .city_central_28, .city_central_29, .city_central_30, .city_central_31 { width:60px; height:45px; margin:0; }


/*---------- 10  City_east -----------*/
.city_index_south2 {margin:0; padding:0; position:relative; float:right;}
.city_index_south2 a{ width:256px; height:108px; background:url(../images/bn_south.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
.city_index_south2 a:hover{ background:url(../images/bn_south.jpg) no-repeat 0 -108px;}

.city_index_east2 {margin:0; padding:0; position:relative; float:left;}
.city_index_east2 a{ width:256px; height:108px; background:url(../images/bn_east.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
.city_index_east2 a:hover{ background:url(../images/bn_east.jpg) no-repeat 0 -108px;}

.city_east_01, .city_east_02, .city_east_03, .city_east_04, .city_east_05, .city_east_06, .city_east_07, .city_east_08, .city_east_09, .city_east_10, .city_east_11, .city_east_12, .city_east_13, .city_east_14, .city_east_15, .city_east_16, .city_east_17, .city_east_18, .city_east_19, .city_east_20, .city_east_21, .city_east_22, .city_east_23, .city_east_24, .city_east_25, .city_east_26, .city_east_27, .city_east_28, .city_east_29, .city_east_30, .city_east_31, .city_east_32, .city_east_33, .city_east_34, .city_east_35, .city_east_36, .city_east_37, .city_east_38, .city_east_39, .city_east_40, .city_east_41, .city_east_42, .city_east_43, .city_east_44,{ width:60px; height:45px; margin:0; }



/*---------- 11  City_south -----------*/
#city_south h3#title02{
	clear: both;
	margin:0 0 10px 0;
	padding:12px 0 12px 20px;
	background:url(../images/h3.jpg) 0 0 no-repeat;
	color:#FFFFFF;
	clear:both;
	font-size:93%;
	font-weight:bold;
}
#city_south h4#title05{
	height: 32px;
	margin:0 -5px 10px -5px; 
	padding:0 0 0 10px;
	clear:both;
	background:url(../images/h4.jpg) 0 0 no-repeat;
	color:#262323;
	font-size:93%;
	line-height:1.5em;
	font-weight:bold;
}

.city_south_01, .city_south_02, .city_south_03, .city_south_04, .city_south_05, .city_south_06, .city_south_07, .city_south_08, .city_south_09, .city_south_10, .city_south_11, .city_south_12, .city_south_13, .city_south_14, .city_south_15, .city_south_16, .city_south_17, .city_south_18, .city_south_19, .city_south_20, .city_south_21, .city_south_22, .city_south_23, .city_south_24, .city_south_25, .city_south_26, .city_south_27, .city_south_28, .city_south_29, .city_south_30, .city_south_31, .city_south_32, .city_south_33, .city_south_34, .city_south_35, .city_south_36, .city_south_37, .city_south_38, .city_south_39, .city_south_40, .city_south_41, .city_south_42, .city_south_43, .city_south_44, .city_south_45, .city_south_46, .city_south_47, .city_south_48, .city_south_49, .city_south_50, .city_south_51, .city_south_52, .city_south_53, .city_south_54, .city_south_55, .city_south_56, .city_south_57, .city_south_58, .city_south_59, .city_south_60, .city_south_61, .city_south_62, .city_south_63, .city_south_64,  .city_south_65, .city_south_66, .city_south_67, .city_south_68, .city_south_69, .city_south_70, .city_south_71, .city_south_71,  .city_south_72, .city_south_73, .city_south_74, .city_south_75, .city_south_76,
.city_south_77, .city_south_78,  .city_south_79, .city_south_80, .city_south_81, .city_south_82, .city_south_83, .city_south_84, { width:60px; height:45px; margin:0; }
 





/*---------- 12  City_info -----------*/
/*---------- 13  Plan_index -----------*/
#plan_index .left{float:left; margin:0; padding:0; width:250px;}
#plan_index .left1{float:left; margin:0; padding:0; width:250px;}
#plan_index .left2{float:left; margin:0; padding:0; width:100px;}
#plan_index .right{float:right; width:80px; margin:0; padding:0;}

/*---------- 14  Plan_week -----------*/
.pdf{background:url(../images/plan-week_img06.jpg) no-repeat 0 0; padding:8px 0 20px 40px; margin:0;}

/*---------- 15  Plan_teacher -----------*/
/*---------- 16  Bridge_index -----------*/
.td_right { text-align:right;}

/*---------- 17  Bridge_flow -----------*/
#bridge-flow #content .alpha03{float:left; width:240px; margin:0 10px 0 0; padding:0;}
#bridge-flow #content .beta03{float:left; width:130px; margin:0; padding:0; text-align:center; border:1px solid #6a0000; color:#b70012; font-weight:bold;}
#bridge-flow #content .gamma03{float:right; width:120px; margin:0; padding:0; text-align:center; border:1px solid #6a0000; color:#059be0; font-weight:bold;}

#bridge-flow #content .alpha04{float:left; width:230px; margin:0 10px 0 0; padding:0;}
#bridge-flow #content .beta04{float:left; width:140px; margin:0; padding:0; text-align:center; border:1px solid #6a0000; color:#b70012; font-weight:bold;}

/*---------- 18  Bridge_voice -----------*/
.border04 { margin:0; border-top:#999999 1px dashed; padding:10px 0 0 0;  }
#bridge_voice .right{float:right; width:200px; margin:0 0 0 10px; padding:0;}
#bridge_voice .left{float:left; width:300px; margin:0; padding:0;}
/*---------- 19  Bridge_qa -----------*/

/*---------- 20  Company -----------*/
#map{
	width:513px;
	height:400px;
	border:1px solid #6a0000;
	margin:0;
	padding:0;
	}
.company01{background:url(../images/company_img02.jpg) no-repeat 0 0; color:#ba0000; font-weight:bold; text-indent:28px; line-height:1.7em; margin:0; padding:0;}
.company02{background:url(../images/company_img03.jpg) no-repeat 0 0; color:#ba0000; font-weight:bold; text-indent:28px; line-height:1.7em; margin:0; padding:0;}
.company03{background:url(../images/company_img04.jpg) no-repeat 0 0; color:#ba0000; font-weight:bold; text-indent:28px; line-height:1.7em; margin:0; padding:0;}
.company04{background:url(../images/company_img05.jpg) no-repeat 0 0; color:#ba0000; font-weight:bold; text-indent:28px; line-height:1.7em; margin:0; padding:0;}
.company05{background:url(../images/company_img06.jpg) no-repeat 0 0; color:#ba0000; font-weight:bold; text-indent:28px; line-height:1.7em; margin:0; padding:0;}
.company06{background:url(../images/company_img07.jpg) no-repeat 0 0; color:#ba0000; font-weight:bold; text-indent:28px; line-height:1.7em; margin:0; padding:0;}
.company07{background:url(../images/company_img08.jpg) no-repeat 0 0; color:#ba0000; font-weight:bold; text-indent:28px; line-height:1.7em; margin:0; padding:0;}

/*---------- Margin - Padding -----------*/
.pad_t8{padding:8px 0 25px 0;}
.pad_t10{padding:10px 0 10px 0;}




.mar_b10{margin-bottom:10px !important;}
.mar_b15{margin-bottom:15px;}
.mar_b20{margin-bottom:20px;}
.mar_b30{margin-bottom:30px;}

.text00{margin:0; padding:0;}
.text01{margin:0; padding:0; font-size:116%;}
*:first-child+html .text01 { font-size: 15px; } /*  for IE7 only */
* html body .text01 { font-size: 15px; } /*  for IE6 only */

.text02{padding:0 0 0 28px;}
.text03{color:#2face5;}
.text04{text-align:right;}
.text05{border:1px solid #6a0000;}
.text06{font-size:108%; font-weight:bold; color:#feb900;}
.text07{color:#f82287; font-weight:bold; margin:0; padding:0;}
.text08{color:#2face5; font-size:108%;}

.text09{font-size:85%;}
.text10{color:#BB0200; font-weight:bold; margin:0; padding:0;}
.text11{font-size:90%;}
.border01{border:1px solid #bdbdbd; background:#fdf7c3; padding:0 10px 0 10px; width:280px; margin:0 0 0 80px;}
* html body .border01 { width:302px; } /*  for IE6 only */
.border02{border:1px solid #bdbdbd; background:#fdf7c3; padding:0px 10px 10px 10px; margin:0;}
.border03{border:1px solid #bdbdbd; background:#fff; padding:0px 10px 0px 10px; margin:0;}


.bg01{background:#fff;}
.bg02{background:#ffe2f6;}
.bg03{background:#d7f2ff;}
.bg04{background:#fff url(../images/bridge-qa_img01.jpg) no-repeat 5px 5px; margin:0; padding:0; text-indent:40px; line-height:2.5em; font-weight:bold;}
.bg05{background:url(../images/bridge-qa_img02.jpg) no-repeat 5px 5px; margin:0; padding:0;}

.w50{width:50px;}
.w100{width:100px;}
.w120{width:120px;}
.w130{width:130px;}
.w160{width:160px;}
.w170{width:170px;}
.w200{width:200px;}
.w250{width:250px;}

/* 100416 takagi added */

img.icon {
	margin: 0 1px 1px 0}

ul.school li {
	display: inline;
	float: left;
	width: 249px;}

/* 101108 takagi kakuyasu */

#kakuyasu #header {
	height: 117px;}

#kakuyasu #main {
	background: #fff url(../images/kakuyasu_bg.png) center 0 repeat-y;}

#kakuyasu #mainInner {
	padding: 0 30px;}

#kakuyasu h2 {
	display: inline;
	float: left;}

#kakuyasu .intro_right {
	position: relative;
	display: inline;
	float: right;
	width: 466px;
	padding-top: 20px;}

#kakuyasu .img01 {
	z-index: 100;
	position: absolute;	}

#kakuyasu .name {
	margin-top: 50px;}

#kakuyasu h3 {
	margin-top: 30px;}

#kakuyasu ul li {
	list-style: none;}

#kakuyasu dl {
	display: inline;
	float: left;
	width: 251px;
	margin: 0 15px 0 10px;}

#kakuyasu dl.last {
	margin-right: 0;}

#kakuyasu dl dd {
	margin: 0 0 15px 0;}
