@charset "UTF-8";

/* ------------------------------------- *
  - Summary -

  - Title         : - popup -
  - Theme URI     : http://
  - Updated       : 05 Mar, 2007

* -------------------------------------- */

/* ------------------------------------- *
  - Table of Contents -

  - Body and Base setting
  - Header setting


* -------------------------------------- */



/* Body and Base setting
---------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color:#666666;
	font-size:75%;/* 12px�遺�繝悶Λ繧ｦ繧ｶ縺ｮ繝輔か繝ｳ繝郁ｨｭ螳壹′16px縺ｮ蝣ｴ蜷茨ｼ�*/
	font-family:"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Osaka",sans-serif;
	line-height:1.5;/* �医ヵ繧ｩ繝ｳ繝医し繧､繧ｺﾃ�.5�英x */
	background-color: #F2F2F2;
}

h1, h2, h3, h4, h5, div, p, ul, ol, li, form {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

p {
	line-height: 1.5;
	padding-bottom: 5px;
}

.txtL{
    color: #333333;
    font-size:116.6%;/* 14px */
}
.red {
	color: #c00;
}

/* Main setting
---------------------------------------- */
.box_top {
    background:url(../images/popup_r1_c1.gif);   
}
.box_left {
    background:url(../images/popup_r2_c1.gif) repeat-y; 
}
.box_right {
    background:url(../images/popup_r2_c3.gif) repeat-y; 
}
.box_bottom {
    background:url(../images/popup_r3_c1.gif); 
}
.title {
    margin:5px 0 10px 0;
}
.comment {
    background-color:#F7F7F7;
    margin:5px 0px 0px 0px;
    padding:5px 5px 5px 5px;
}

/* Hypertext Module
---------------------------------------- */
a:link {
 color: #003399;
}
a:visited {
 color: #003399;
}
a:hover ,
a:active {
 color: #ff6600;
}
a:link ,
a:visited {
 text-decoration: underline;
}

a:hover ,
a:active {
 text-decoration: none;
}
