﻿@media screen and (max-width:640px){
/*brepols blue #3e3682*/

a{/*リンクされた文字*/
    color:#3e3682;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#3e3682;
    font-style:normal;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#3e3682;
    text-decoration: none;
}
a:hover {/*マウスをのせたとき*/
    color:#1e90ff;
    font-style:normal;
    text-decoration:none;
}
a:active {/*クリック中*/
    text-decoration:none;
}

body{font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	height: 100%;
	font-size:12px;
	margin:0;
	padding:0;
}

h1{
	font-size: 24px;
	color: #3e3682;
}

h2{
	font-size: 16px;
	color: #3e3682;
}

h3{
	font-size: 12px;
	color: #3e3682;
}
	
img{border:none
margin:0}

input{font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
font-size:12px}

textarea{
	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size:12px;
	border-width:1px;
	border-style:solid;
	border-top-color:#4E4E4F;
	border-left-color:#4E4E4F;
	border-bottom-color:#AEAEAE;
	border-right-color:#AEAEAE
}

select{font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size:12px;
	border-width:1px;
	border-style:solid;
	border-top-color:#4E4E4F;
	border-left-color:#4E4E4F;
	border-bottom-color:#AEAEAE;border-right-color:#AEAEAE
}

input[type=text],input[type=password]{border-width:1px;
	border-style:solid;
	border-top-color:#4E4E4F;
	border-left-color:#4E4E4F;
	border-bottom-color:#AEAEAE;border-right-color:#AEAEAE
}

p{margin:8px
0px 8px 0px
}

#wrap{margin:0 auto;
width:100%;
background-color:#fffff;
border-style:solid;
border-color:#fff;
border-width:0px 10px 0px 10px;

}

#contentwrap{
	clear:both;
	/*margin:150;
	/*min-height:500px; */
}

/* header */
#header{
	height: 85px;
	background: url("../img_common/top.jpg") no-repeat scroll left;
	border-bottom: 0px solid #fff;
	border-top: 0px solid #fff;
	position: relative
}

#header
#co{
	display:block;
	height:60px;
	left:780px;
	position:absolute;
	top:10px;
	width:220px;
	font-size:9px;
	color:#3e3682
}

/* メニュー欄 */
#topmenuwrap{width:100%;
}

#topmenu{
	float:left;
	padding:0;
	width:100%;
	margin:0;
	border:0; 
	padding:0;
	list-style-type:none;
	height:41px;
}

#topmenu
li{
	height:41px;
	float:left;
	margin:0;
	background-position:right
}

#topmenu a, 
#topmenu a:link, 
#topmenu a:visited, 
#topmenu a:hover, 
#topmenu a:active{
	/*line-height:41px;*/
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	margin:0;
	padding:0
}


/* breadcrumb */
/*#breadcrumb{
	margin:0;clear:both;
	padding:1px 0px 10px 15px; 
	height:22px;
	font-size:11px
}

#breadcrumb a, 
#breadcrumb a:link, 
#breadcrumb a:visited, 
#breadcrumb a:hover, 
#breadcrumb a:active{
	line-height:1em;
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
	color:#333;
	margin:0;
	padding:0
}

#breadcrumb ul
li{
	display:inline-block;
	float:left;
	padding:0px 5px 0 0;
	margin:2px 0 0 0;
	background-position:center left;
	background-repeat:no-repeat
}

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

#breadcrumb ul>li>div{
	display:inline-block
}

#fooder{
	clear:both;
	margin-top:100px;
	width:1000px;
	height:60px;
	text-align:center;
	font-size: 12px;
	color: #3e3682;
}*/

}
