@charset "utf-8";  

/* ++++++++++++トップページ++++++++++++++++++++++++++++ */
.clear {
clear:both;}

body {
font-size:16px;
line-height:140%;
background-color:#ffffff;}

a {
color:#0066cc}

header {
	text-align: left;
}

header p#logo {
	padding-left: 10px;
	height: 50px;
	width: 162px;
}



#mainimage {
	height: 155px;
	width: 100%;
 	background: gradient(linear, left top, left bottom,	from(#359acd), to(#9ddefd));
	background: -webkit-gradient(linear, left top, left bottom,	from(#359acd), to(#9ddefd));
	background: -moz-gradient(linear, left top, left bottom, from(#359acd5), to(#9ddefd));
	background: -o-gradient(linear, left top, left bottom, from(#359acd), to(#9ddefd));
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bdbdbd;
	border-bottom-color: #bdbdbd;
}



#mainphoto {
	height: 155px;
	width: 100%;
	background-image: url(../images/mainphoto.png);
	background-repeat: no-repeat;
	background-position: center center;
}

@media screen and (min-device-pixel-ratio: 2) {
#mainphoto {
	background-image: url(../images/mainphoto_big.png);
	background-size:320px 155px;
	-webkit-background-size:320px 155px;
	-moz-background-size:320px 155px;
	-o-background-size:320px 155px;
}
}




#mainphoto p {
	width: 166px;
	height: 40px;
	padding-top: 104px;
	padding-right: 43px;
	padding-left: 111px;
	margin:0 auto 0 auto;

}

#mainphoto p a {
	width: 166px;
	height: 40px;

}



@media screen and (min-device-pixel-ratio: 2) {
header p a {
	background-image: url(../images/button_form_big.png);
	background-size:166px 40px;
	-webkit-background-size:166px 40px;
	-moz-background-size:166px 40px;
	-o-background-size:166px 40px;

}
}



#toptext {
	text-align: center;
}

#toptext p {
	width:300px;
	height:39px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:left;
}




section h1,p.h1 {
	font-size: 16px;
	line-height: 42px;
	color: #e9e9e9;
	background-image: url(../images/tate.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	text-align:left;
	font-weight:bold;
}

@media screen and (min-device-pixel-ratio: 2) {
section h1,p.h1 {
	background-image: url(../images/tate_big.gif);;
	background-size:6px 27px;
	-webkit-background-size:6px 27px;;
	-moz-background-size:6px 27px;
	-o-background-size:6px 27px;
}
}




.h_back {
	background-image: url(../images/h_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 44px;
	padding-left:10px;
	margin-top: 15px;
}


@media screen and (min-device-pixel-ratio: 2) {
.h_back {
	background-image: url(../images/h_back_big.jpg);
	background-size:10px 44px;
	-webkit-background-size:10px 44px;
	-moz-background-size:10px 44px;
	-o-background-size:10px 44px;
}
}


ul.mainnavi {
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	box-shadow: 0px 1px 8px #c0c0c0;
	-webkit-box-shadow: 0px 1px 8px #c0c0c0;
	-moz-box-shadow: 0px 1px 8px #c0c0c0;
}
ul.mainnavi li {
	text-align:left;
	line-height:34px;
	background: gradient(linear, left top, left bottom,	from(#ffffff), to(#e8e8e8));
	background: -webkit-gradient(linear, left top, left bottom,	from(#ffffff), to(#e8e8e8));
	background: -moz-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8));
	background: -o-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8));
	font-size:16px;
}

ul.mainnavi li a {
	text-align:left;
	text-decoration:none;
	color: #d40000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bcbcbc;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-right-color: #bcbcbc;
	border-top-color: #bcbcbc;
	border-top-width: 1px;
	background-image: url(../images/right_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 34px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 10px;
	display:block;
}


@media screen and (min-device-pixel-ratio: 2) {
ul.mainnavi li a {
	background-image: url(../images/right_arrow_big.png);
	background-size:19px 11px;
	-webkit-background-size:19px 11px;;
	-moz-background-size:19px 11px;
	-o-background-size:19px 11px;
}
}


ul.mainnavi li a.top {
	border-top-left-radius: 6px; 
	border-top-right-radius: 6px;  /* CSS3草案 */
    -webkit-border-top-left-radius: 6px; 
    -webkit-border-top-right-radius: 6px;   /* Safari,Google Chrome用 */  
    -moz-border-top-left-radius: 6px;   /* Firefox用 */
    -moz-border-top-right-radius: 6px; 
}


ul.mainnavi li a.bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bcbcbc;
	border-bottom-left-radius: 6px; 
	border-bottom-right-radius: 6px;  /* CSS3草案 */
    -webkit-border-bottom-left-radius: 6px; 
    -webkit-border-bottom-right-radius: 6px;   /* Safari,Google Chrome用 */  
    -moz-border-bottom-left-radius: 6px;   /* Firefox用 */
    -moz-border-bottom-right-radius: 6px; 
}


ul.mainnavi li a img {
	height: 33px;
	width: 33px;
	vertical-align: middle;
	margin-right:8px;
	border: 1px solid #bcbcbc;
}


p.pagetop {
	background-color: #777777;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	margin-top: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}




p.pagetop a.home {
	font-size: 12px;
	line-height:27px;
	color: #CCCCCC;
	font-weight: bold;
	display: inline;
	background: gradient(linear, left top, left bottom,	from(#696663), to(#3c3a37));
	background: -webkit-gradient(linear, left top, left bottom,	from(#696663), to(#3c3a37));
	background: -moz-gradient(linear, left top, left bottom, from(#696663), to(#3c3a37));
	background: -o-gradient(linear, left top, left bottom, from(#696663), to(#3c3a37));
	padding:0 8px 0 8px;
	text-decoration:none;
	border: 1px solid #b3b3b3;
	float:left;
	border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */
    -o-border-radius: 6px; 
}

.arrow_left {
	background-image:url(../images/arrow_left.png);
	padding-left:9px;
	background-repeat: no-repeat;
	background-position: left center;
}

.arrow_top {
	background-image:url(../images/arrow_top.png);
	padding-left:11px;
	background-repeat: no-repeat;
	background-position: left center;
}

.float-right{
float:right!important;}


/* ++++++++++++ボトムナビ1++++++++++++++++++++++++++++ */




.bottom_navi {
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 6px;        /* CSS3草案 */

    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */
    -o-border-radius: 6px;
	margin-bottom: 15px;
}


.bottom_navi li {
	background: gradient(linear, left top, left bottom,	from(#ffffff), to(#e8e8e8));
	background: -webkit-gradient(linear, left top, left bottom,	from(#ffffff), to(#e8e8e8));
	background: -moz-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8));
	background: -o-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8));
	box-shadow: 0px 1px 8px #c0c0c0;
	-webkit-box-shadow: 0px 1px 8px #c0c0c0;
	-moz-box-shadow: 0px 1px 8px #c0c0c0;
	-ms-box-shadow: 0px 1px 8px #c0c0c0;
	-o-box-shadow: 0px 1px 8px #c0c0c0;
	border-bottom: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
}

.bottom_navi li a {
	display:block;
	line-height:50px;
	height:50px;
	font-size:16px;
	text-decoration: none;
	color:#FF0033;
	vertical-align:middle;
}

.bottom_navi li a img {
	vertical-align:middle;
	margin-right:8px;
}

@media screen and (min-device-pixel-ratio: 2) {
.bottom_navi li a {
background-image:url(../images/sankaku_big.png);
}
}





.top_radius {
	border-top: 1px solid #bcbcbc;
	border-top-left-radius: 6px; /* CSS3草案 */
	-webkit-top-left-radius: 6px; /* Safari,Chrome用 */
	-moz-border-radius-topleft: 6px; /* Firefox用 */
	-o-top-left-radius: 6px; /* Safari,Chrome用 */
	-ms-top-left-radius: 6px; /* Safari,Chrome用 */
	border-top-right-radius: 6px; /* CSS3草案 */
	-webkit-top-right-radius: 6px; /* Safari,Chrome用 */
	-moz-border-radius-topright: 6px; /* Firefox用 */
	-o-top-right-radius: 6px; /* Safari,Chrome用 */
	-ms-top-right-radius: 6px; /* Safari,Chrome用 */
}


.bottom_radius {

	border-bottom-left-radius: 6px; /* CSS3草案 */
	-webkit-bottom-left-radius: 6px; /* Safari,Chrome用 */
	-moz-border-radius-bottomleft: 6px; /* Firefox用 */
	-o-bottom-left-radius: 6px; /* Safari,Chrome用 */
	-ms-bottom-left-radius: 6px; /* Safari,Chrome用 */
	border-bottom-right-radius: 6px; /* CSS3草案 */
	-webkit-bottom-right-radius: 6px; /* Safari,Chrome用 */
	-moz-border-radius-bottomright: 6px; /* Firefox用 */
	-o-bottom-right-radius: 6px; /* Safari,Chrome用 */
	-ms-bottom-right-radius: 6px; /* Safari,Chrome用 */
}

.phone {
padding:5px 0 0px 0;
height:59px!important;
}





nav ul {

	margin-top:15px;
}

nav ul li {
	color: #cccccc;
	font-size: 16px;
	background: gradient(linear, left top, left bottom,	from(#262626), to(#000000));
	background: -webkit-gradient(linear, left top, left bottom,	from(#262626), to(#000000));
	background: -moz-gradient(linear, left top, left bottom, from(#262626), to(#000000));
	background: -o-gradient(linear, left top, left bottom, from(#262626), to(#000000));
	text-align:left;
	border-bottom:1px solid #424242;
	border-top:1px solid #000000;

}

nav ul li a {
	color: #999999;
	text-decoration: none;
	line-height:47px;
	background-image: url(../images/sankaku.png);
	background-repeat: no-repeat;
	padding-left: 32px;
	background-position: 13px center;
	padding-right:10px;
}
.right_arrow {
	display: block;
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: right center;
}

@media screen and (min-device-pixel-ratio: 2) {
.right_arrow {
	background-image: url(../images/arrow_right_big.png);
	background-size: 19px 11px;
	-webkit-background-size:19px 11px;
	-moz-background-size:19px 11px;
	-o-background-size:19px 11px;
}
}

.margin-top0 {
margin-top:0!important;}


ul#pc-smapho {
	width:300px;
	text-align:center;
	margin:15px auto 0 auto;
	}

ul#pc-smapho li {
	float: left;
	width:150px;
	margin-bottom:20px;
	border:1px solid #bcbcbc;
	box-sizing: border-box; /* CSS3�iOpera�p�j */
	-webkit-box-sizing: border-box; /* Safari, Chrome�p */
	-moz-box-sizing: border-box; /* Firefox�p */
	-ms-box-sizing: border-box; /* IE8�p */
	box-shadow: 0px 1px 8px #c0c0c0;
	-webkit-box-shadow: 0px 1px 8px #c0c0c0;
	-moz-box-shadow: 0px 1px 8px #c0c0c0;
	font-size:14px;
}

ul#pc-smapho li a {
	text-decoration:none;
	line-height:40px;
	color: #000000;
}

ul#pc-smapho li.left {
	background: gradient(linear, left top, left bottom,	from(#e9e9e9), to(#fafafa));
	background: -webkit-gradient(linear, left top, left bottom,	from(#e9e9e9), to(#fafafa));
	background: -moz-gradient(linear, left top, left bottom, from(#e9e9e9), to(#fafafa));
	background: -o-gradient(linear, left top, left bottom, from(#e9e9e9), to(#fafafa));
	border-top-left-radius: 6px; 
	border-bottom-left-radius: 6px;  /* CSS3草案 */
    -webkit-border-top-left-radius: 6px; 
    -webkit-border-bottom-left-radius: 6px;   /* Safari,Google Chrome用 */  
    -moz-border-top-left-radius: 6px;;   /* Firefox用 */
    -moz-border-bottom-left-radius: 6px;
	border-right:0;

}


ul#pc-smapho li.left a {
	background-image:url(../images/arrow_pc.png);
	background-repeat: no-repeat;
	background-position: 31px center;
}

@media screen and (min-device-pixel-ratio: 2) {
ul#pc-smapho li.left a {
	background-image:url(../images/arrow_pc_big.png);
	background-size: 11px 11px;
	-webkit-background-size: 11px 11px;
	-moz-background-size:11px 11px;
	-o-background-size: 11px 11px;
}
}

ul#pc-smapho li.right {
	background: gradient(linear, left top, left bottom,	from(#0b81bd), to(#5ac2f5));
	background: -webkit-gradient(linear, left top, left bottom,	from(#0b81bd), to(#5ac2f5));
	background: -moz-gradient(linear, left top, left bottom, from(#0b81bd), to(#5ac2f5));
	background: -o-gradient(linear, left top, left bottom, from(#0b81bd), to(#5ac2f5));
	border-top-right-radius: 6px; 
	border-bottom-right-radius: 6px;  /* CSS3草案 */
    -webkit-border-top-right-radius: 6px; 
    -webkit-border-bottom-right-radius: 6px;   /* Safari,Google Chrome用 */  
    -moz-border-top-right-radius: 6px;;   /* Firefox用 */
    -moz-border-bottom-right-radius: 6px;
	color:#ffffff;

}


ul#pc-smapho li.right a {
	background-image:url(../images/arrow_sma.png);
	background-repeat: no-repeat;
	background-position: 32px center;
	padding-left:24px;
	color:#ffffff;
}

@media screen and (min-device-pixel-ratio: 2) {
ul#pc-smapho li.right a {
	background-image:url(../images/arrow_sma_big.png);
	background-size: 11px 11px;
	-webkit-background-size: 11px 11px;
	-moz-background-size:11px 11px;
	-o-background-size: 11px 11px;
}
}


/* +++++++++++画像++++++++++++++++++++++++++++ */



.padding10px {
	padding-right: 10px;
	padding-left: 10px;
}


.here {
	background: gradient(linear, left top, left bottom,	from(#dfdfdf), to(#c9c9c9))!important;
	background: -webkit-gradient(linear, left top, left bottom,	from(#dfdfdf), to(#c9c9c9))!important;
	background: -moz-gradient(linear, left top, left bottom, from(#dfdfdf), to(#c9c9c9))!important;
	background: -o-gradient(linear, left top, left bottom, from(#dfdfdf), to(#c9c9c9))!important;
}











section#list {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}


section#list h2 {
	color: #ffffb7;
	background: gradient(linear, left top, left bottom,	from(#d40000), to(#b30202));
	background: -webkit-gradient(linear, left top, left bottom,	from(#d40000), to(#b30202));
	background: -moz-gradient(linear, left top, left bottom,	from(#d40000), to(#b30202));
	background: -o-gradient(linear, left top, left bottom,	from(#d40000), to(#b30202));
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size:16px;
	text-align:left;
	border-radius: 8px;        /* CSS3草案 */
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */
	margin-top: 10px;
}

p.h2 {
	color: #ffffb7;
	background: gradient(linear, left top, left bottom,	from(#d40000), to(#b30202));
	background: -webkit-gradient(linear, left top, left bottom,	from(#d40000), to(#b30202));
	background: -moz-gradient(linear, left top, left bottom,	from(#d40000), to(#b30202));
	background: -o-gradient(linear, left top, left bottom,	from(#d40000), to(#b30202));
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size:16px;
	text-align:left;
	border-radius: 8px;        /* CSS3草案 */
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */
	margin-top: 10px;
	font-weight:bold;
}




section#list p {
	text-align:left;
}




p#copyright {
	background-color: #999999;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 13px;
	padding-bottom: 13px;
	line-height: 130%;
}


#pc-smapho {
	margin-top:10px;
	width:100%;
	display:block;
	margin-bottom: 20px;
}





/* ++++++++++++form.html++++++++++++++++++++++++++++ */




.style1 {
	width: 292px;
	border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	padding: 3px;
	background-color: #F0F0F0;
	font-size:16px;
	border:1px solid #999999;
}

.style2 {
	width: 292px;
	height:8em;
	border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	padding: 3px;
	background-color: #F0F0F0;
	font-size:16px;
	border:1px solid #999999;
}

.style3 {
	border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	padding: 3px;
	width: 250px;
	background-color: #F0F0F0;
	font-size:16px;
	border:1px solid #999999;
}

.style4 {
	border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	padding: 3px;
	width: 100px;
	background-color: #F0F0F0;
	font-size:16px;
	border:1px solid #999999;
}

.style5 {
	border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	padding: 3px;
	width: 100px;
	background-color: #F0F0F0;
	font-size:16px;
	border:1px solid #999999;
}

.style6 {
	border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	padding: 3px;
	width: 100px;
	background-color: #F0F0F0;
	font-size:16px;
	border:1px solid #999999;
}

.red {
color:#FF0000;}


.submit {
width: 300px;
margin: 0;
padding: 5px;
background: -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800));   
border: 1px #F27300 solid;
color: #FFF;
-webkit-appearance: none;
-webkit-border-radius: 10px;
-webkit-box-shadow: 0 2px 2px #CCC;
text-shadow: 1px 2px 3px #C45C00;
margin-bottom:10px;}


select {
	padding: 5px;
	font-size:16px;
}

option {

	font-size:16px;
}

form#mailform {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}


form p {
padding-bottom:13px;
}






.toptext {
	margin-right: auto;
	margin-left: auto;
	padding:15px 0 10px 0;
	width: 300px;
	height:131px;
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
}



.paddingtop {
padding-top:10px;
}

.textphoto {
margin:3px 0 0 10px;}

.green {
color:#669933;}



/* ++++++++++++form.html++++++++++++++++++++++++++++ */


form p input {
vertical-align: top!important;}


.fontsize14px {
font-size:14px;}

/* ++++++++++++flow.html++++++++++++++++++++++++++++ */



.flowline {
	border: 1px solid #bcbcbc;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-radius: 8px;        /* CSS3草案 */
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */
	background: gradient(linear, left top, left bottom,	from(#ffffff), to(#e8e8e8));
	background: -webkit-gradient(linear, left top, left bottom,	from(#ffffff), to(#e8e8e8));
	background: -moz-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8));
	background: -o-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8));
	box-shadow: 0px 1px 8px #c0c0c0;
	-webkit-box-shadow: 0px 1px 8px #c0c0c0;
	-moz-box-shadow: 0px 1px 8px #c0c0c0;
}

.flowline img {
margin-right:3px;
}

.arrow-down {
	background-image: url(../images/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
}

.flowline-end {
margin-top:10px;}

/* ++++++++++++qa.html++++++++++++++++++++++++++++ */

.qaline {
	border: 1px solid #bcbcbc;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-radius: 8px;        /* CSS3草案 */
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */
	background: gradient(linear, left top, left bottom,	from(#ffffff), to(#e8e8e8));
	background: -webkit-gradient(linear, left top, left bottom,	from(#ffffff), to(#e8e8e8));
	background: -moz-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8));
	background: -o-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8));
	box-shadow: 0px 1px 8px #c0c0c0;
	-webkit-box-shadow: 0px 1px 8px #c0c0c0;
	-moz-box-shadow: 0px 1px 8px #c0c0c0;
	margin-bottom:2px;
	line-height:160%;
}
.q {
	border: 1px solid #bcbcbc;
	color: #FFFFFF;
	padding:1px 3px 2px 3px;
	border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;
	font-size:14px;
	line-height:100%!important;
	font-weight:bold;
	background: gradient(linear, left top, left bottom,	from(#6ac3ff), to(#0099ff));
	background: -webkit-gradient(linear, left top, left bottom,	from(#6ac3ff), to(#0099ff));
	background: -moz-gradient(linear, left top, left bottom, from(#6ac3ff), to(#0099ff));
	background: -o-gradient(linear, left top, left bottom, from(#6ac3ff), to(#0099ff));
	margin-right:7px;
}

.a {
	border: 1px solid #97b997;
	color: #FFFFFF;
	padding:1px 3px 2px 3px;
	border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;
	font-size:14px;
	line-height:100%!important;
	font-weight:bold;
	background: gradient(linear, left top, left bottom,	from(#ff9e77), to(#ff6600));
	background: -webkit-gradient(linear, left top, left bottom,	from(#ff9e77), to(#ff6600));
	background: -moz-gradient(linear, left top, left bottom, from(#ff9e77), to(#ff6600));
	background: -o-gradient(linear, left top, left bottom, from(#ff9e77), to(#ff6600));
	margin-right:7px;
}

.margintop10px {
margin-top:10px;}

.padding-bottom0 {
padding-bottom:0;}


ul.left {
	text-align:left;
}

ul.inline {
	text-align:left;
}

ul.inline li {
padding-right:1em;
	display:inline;
}