@charset "UTF-8";

body{
    background-color: #fff;
    min-width: 320px;
    margin: 0;
    color: #595757;
    font : normal normal normal 15px /1.4 "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
}

/* リンクはアンダーライン無し */
a:link {	text-decoration:none; color:#164ab8;}
a:visited {color:#730073}


/* 画像を縦横レスポンシブに */
p.resizeimage4{
	max-width:400px; min-width: 160px;
}
p.resizeimage4 img{
	width: 100%;
	height : 100%;
}


h1{font-size:22px;}


#header1 {
	width:100%;
	background-color:#1c1f7f;
	color:white;
}


#header2 {
	width:100%;
	background-color:#1c1f7f;
	color:white;
	margin-top:16px;
}

#footer {
	background-color:#1c1f7f;
	font-size:small;
	color:white;
}

#footer a:link {
	color:coral;
	font-weight:bold;
}

#footer a:visited {
	color:#coral;
	font-weight:bold;
	
}

.textbluebold {
	color:#3355ff;
	font-weight:bold;
}

.textblue {
	color:#3355ff;
}

.textsizeup
{
	font-size:medium;
}

.textpurplebold {
   font-size: medium;
   font-weight: bold;
   color: #730073;
}


.textpurplesmall {
   font-size: small;
   color: #730073;
}

.textesmall {
   font-size: 12px;
}

.textpurple {color:#730073;}


.textsize_medium_bold {
   font-size: medium;
   font-weight: bold;
}


.textpurpleunderline {
   color: #FF339B;
   text-decoration: underline;
}


/* img のborderはすべて0、中央寄せ */
img{
	border:0;
	vertical-align:middle;
}
